Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a callback called cleanup to do additional tasks before removing animations #458

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Dec 19, 2018

  1. Added cleanup call back

    dhwanilshah95 committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    ce12684 View commit details
    Browse the repository at this point in the history
  2. Added a hook for cleaner funtion to the animation instance

    dhwanilshah95 committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    1bbc809 View commit details
    Browse the repository at this point in the history
  3. Built the minified file

    dhwanilshah95 committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    bf54caf View commit details
    Browse the repository at this point in the history
  4. Added check for undefined cleanup function

    dhwanilshah95 committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    f247147 View commit details
    Browse the repository at this point in the history
  5. Build changes in the anime.js

    dhwanilshah95 committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    a492f25 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. Configuration menu
    Copy the full SHA
    24ddcfb View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Added cleaner call to instance's reset method so all child animation'…

    …s are cleaned before resetting.
    dhwanilshah95 committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    9fb2a8e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Moved cleaner assignment to the instance before reset method is calle…

    …d on it.
    dhwanilshah95 committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    c29e043 View commit details
    Browse the repository at this point in the history
  2. Added cleaner call to instance's reset method so all child animation'…

    …s are cleaned before resetting.
    dhwanilshah95 committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    08dba70 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/dhwanils95/anime

    # Conflicts:
    #	lib/anime.es.js
    dhwanilshah95 committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    48dda5d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/juliangarnier/anime

    # Conflicts:
    #	lib/anime.es.js
    #	lib/anime.min.js
    dhwanilshah95 committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    58da564 View commit details
    Browse the repository at this point in the history
  5. Merged with julian's branch

    dhwanilshah95 committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    01a8050 View commit details
    Browse the repository at this point in the history