Permalink
base repository: igorMSoares/js-css-animations
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: main
Choose a base ref
...
head repository: igorMSoares/js-css-animations
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: refactor
Choose a head ref
  • 9 commits
  • 9 files changed
  • 1 contributor

Commits on Apr 7, 2023

  1. refactor: change setOverflowHidden() and removeOverflowHidden() from …

    …resize-parent.js to animate.js
    @igorMSoares
    igorMSoares committedApr 7, 2023
    Configuration menu
    Copy the full SHA
    445012aView commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

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

Commits on Apr 15, 2023

  1. Configuration menu
    Copy the full SHA
    7f3f91cView commit details
    Browse the repository at this point in the history
  2. refactor: remove unused code from animate.js

    this code is now being accessed through the AnimationHandler classes
    @igorMSoares
    igorMSoares committedApr 15, 2023
    Configuration menu
    Copy the full SHA
    f942342View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07f8617View commit details
    Browse the repository at this point in the history
  4. refactor: change 'await' for '.then()' in some functions

    in order not to propage the async through the functions call chain
    @igorMSoares
    igorMSoares committedApr 15, 2023
    Configuration menu
    Copy the full SHA
    fe0eb9bView commit details
    Browse the repository at this point in the history
  5. fix: preset() must be async

    in order to correctly get the custom duration and delay
    set by the user
    @igorMSoares
    igorMSoares committedApr 15, 2023
    Configuration menu
    Copy the full SHA
    b53a716View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. refactor: AnimationHandler's dependencies being imported by the builder

    the dependencies were being imported inside the begin(), middle(), or end() methods
    TODO: import dependencies right after page load to improve UX
    @igorMSoares
    igorMSoares committedApr 16, 2023
    Configuration menu
    Copy the full SHA
    9083464View commit details
    Browse the repository at this point in the history
  2. refactor: remove unused function in animate.js

    function has moved to VisibilityAnimationHandler
    @igorMSoares
    igorMSoares committedApr 16, 2023
    Configuration menu
    Copy the full SHA
    de1507dView commit details
    Browse the repository at this point in the history
Loading