You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When applying easing with cubic-bezier and negative value (e.g. cubic-bezier(.2,0,1,-1)) to animation groups or sequences the result is not as excepted. They will not show a bounce effect.
Normal animation work fine. Recognized this issue in all mayor browsers on Windows 8 (Chrome 36 and 38, Firefox 31; IE 11).
When applying easing with cubic-bezier and negative value (e.g.
cubic-bezier(.2,0,1,-1)
) to animation groups or sequences the result is not as excepted. They will not show a bounce effect.Normal animation work fine. Recognized this issue in all mayor browsers on Windows 8 (Chrome 36 and 38, Firefox 31; IE 11).
Here you can find an example for all three types: http://jsfiddle.net/u2v1L8zs/1/
The text was updated successfully, but these errors were encountered: