css transitions - css3 cubic-bezier timing function in and out -


i have css3 transition, i've used cubic-bezier timing function works correctly on way in not on way out. have feeling what's happening runs cubic-bezier forward on animation out, , forwards again on way out, instead i'm trying have reverse cubic-bezier curve on way out.

you can see when hover on box swings out fast , slows, , when release hover moves out super fast. here in action, not 100 percent sure how fix this.

http://jsbin.com/apunaca/2/edit


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -