This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ngAnimate assumes transition is linear instead of using the value in CSS #12656
Open
Description
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.
This is a regression from 1.3.x