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

Commit c4a1b61

Browse files
committed
docs($animateCss): options.transition should be options.transitionStyle
1 parent e52d731 commit c4a1b61

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
@@ -187,7 +187,7 @@ var ANIMATE_TIMER_KEY = '$$animateCss';
187187
* * `event` - The DOM event (e.g. enter, leave, move). When used, a generated CSS class of `ng-EVENT` and `ng-EVENT-active` will be applied
188188
* 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.)
189189
* * `easing` - The CSS easing value that will be applied to the transition or keyframe animation (or both).
190-
* * `transition` - The raw CSS transition style that will be used (e.g. `1s linear all`).
190+
* * `transitionStyle` - The raw CSS transition style that will be used (e.g. `1s linear all`).
191191
* * `keyframeStyle` - The raw CSS keyframe animation style that will be used (e.g. `1s my_animation linear`).
192192
* * `from` - The starting CSS styles (a key/value object) that will be applied at the start of the animation.
193193
* * `to` - The ending CSS styles (a key/value object) that will be applied across the animation via a CSS transition.

0 commit comments

Comments
 (0)