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

Commit 7bf5429

Browse files
sevdogmatsko
authored andcommitted
docs($animateCss): add missing documentation for the structural option
Add missing documentation for structural option in `$animateCss` service Closes #13049
1 parent d3da55c commit 7bf5429

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ngAnimate/animateCss.js

+2
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ var ANIMATE_TIMER_KEY = '$$animateCss';
186186
*
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.)
189+
* * `structural` - Indicates that the `ng-` prefix will be added to the event class. Setting to `false` or omitting will turn `ng-EVENT` and
190+
* `ng-EVENT-active` in `EVENT` and `EVENT-active`. Unused if `event` is omitted.
189191
* * `easing` - The CSS easing value that will be applied to the transition or keyframe animation (or both).
190192
* * `transitionStyle` - The raw CSS transition style that will be used (e.g. `1s linear all`).
191193
* * `keyframeStyle` - The raw CSS keyframe animation style that will be used (e.g. `1s my_animation linear`).

0 commit comments

Comments
 (0)