We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c7072 commit a2f9e78Copy full SHA for a2f9e78
src/ng/animator.js
@@ -262,7 +262,8 @@ var $AnimatorProvider = function() {
262
* @description
263
* Triggers a custom animation event to be executed on the given element
264
*
265
- * @param {jQuery/jqLite element} element that will be animated
+ * @param {string} event the name of the custom event
266
+ * @param {jQuery/jqLite element} element the element that will be animated
267
*/
268
animator.animate = function(event, element) {
269
animateActionFactory(event, noop, noop)(element);
0 commit comments