mazedigital / Web-Ticker

A jQuery web ticker
https://maze.digital/webticker/
Other
172 stars 102 forks source link

Events needed. #39

Open ghost opened 7 years ago

ghost commented 7 years ago

It will be cool to have events like in other libraries.

For example:

beforeStarting: Event will be fired on the element before animation starts. finished: Event will be fired on the element after the animation finishes. paused: Event will be fired on the element when the animation is paused. resumed: Event will be fired on the element when the animation is resumed.

Something difficult?