Is there a way to create a custom animation event with angularJS. I am trying to create my own event of trigger an event on my own. I'd like to do the following
<div ng-animate="{myEvent: 'my-custom-event-handler'}"></div>
Anyone know if this is possible and if so do you have a link to a fiddle? an example would be very helpful. I'm guessing if this can be done it must be done with a JavaScript animation as opposed to a regular CSS3 transition animation.