wefork / wekan

The open-source Trello-like kanban (built with Meteor)
https://wekan.io
MIT License
61 stars 12 forks source link

set isLoaded to true on both transitionend and animationend #30

Closed dwrensha closed 7 years ago

dwrensha commented 7 years ago

fixes #29

Keeping the transitionend event should allow IE 11 to work. (see https://github.com/wekan/wekan/commit/bda1df5ada4cc086e4e05748f8019afbb24e0117).

Adding the animationend event gets Chrome and Firefox to work properly.

xet7 commented 7 years ago

Thanks!