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.
Copy file name to clipboardExpand all lines: src/ngAnimate/animateCss.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -186,7 +186,7 @@
186
186
* to the element during the animation. Multiple events can be provided when spaces are used as a separator. (Note that this will not perform any DOM operation.)
187
187
* * `easing` - The CSS easing value that will be applied to the transition or keyframe animation (or both).
188
188
* * `transition` - The raw CSS transition style that will be used (e.g. `1s linear all`).
189
-
* * `keyframe` - The raw CSS keyframe animation style that will be used (e.g. `1s my_animation linear`).
189
+
* * `keyframeStyle` - The raw CSS keyframe animation style that will be used (e.g. `1s my_animation linear`).
190
190
* * `from` - The starting CSS styles (a key/value object) that will be applied at the start of the animation.
191
191
* * `to` - The ending CSS styles (a key/value object) that will be applied across the animation via a CSS transition.
192
192
* * `addClass` - A space separated list of CSS classes that will be added to the element and spread across the animation.
0 commit comments