Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7202bfa

Browse files
Dominic Watsonmatsko
Dominic Watson
authored andcommitted
docs(ngAnimate) - Correct keyframe to keyframeStyle
1 parent 4cef752 commit 7202bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngAnimate/animateCss.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
* 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.)
187187
* * `easing` - The CSS easing value that will be applied to the transition or keyframe animation (or both).
188188
* * `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`).
190190
* * `from` - The starting CSS styles (a key/value object) that will be applied at the start of the animation.
191191
* * `to` - The ending CSS styles (a key/value object) that will be applied across the animation via a CSS transition.
192192
* * `addClass` - A space separated list of CSS classes that will be added to the element and spread across the animation.

0 commit comments

Comments
 (0)