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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
There are two scenarios which are not being caught - the easing function in CSS when the transition is specified in the transition CSS property, and the easing function if it is specified in the transition-timing-function property.
Here is a stripped down example of the transition-timing-function situation.
Here is a plnkr, a stripped down example of the transition situation.
Note that $animateCss (& $animate as well it turns out) assumes that the easing function is linear instead of ease here.