fabiandev / css-animator

Animate elements using CSS classes with support for Angular.

Home Page:https://fabiandev.github.io/css-animator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v3.0 roadmap

fabiandev opened this issue · comments

  • Implement states for elements
  • Add events (start, pause, resume, interrupt, end)
  • Suggest to use interrupt event and to set reject option to false
  • Probably use promise rejection on dispose for pending actions
  • Keep track of all instances by a static member
  • Think about saving the instance id on the element, to retrieve it (e.g. for setting listeners)
  • Revisit browser compatibility check for CSS rules
  • Think about the Angular2 service to return an instance (singleton) already