-
- Downloads
[FIX] website: properly start all dropped snippets' animations
When a snippet is dropped into a page, all its animations are started. The problem was that all its children's animations have to be started and that was not the case anymore since recent big website refactoring. Fortunately, this allows to improve and optimize animations start function: now all animations are (re)started for a portion of a given DOM (default to #wrapwrap) while it was only possible to restart animation of a given DOM *element* before.
Please register or sign in to comment