Skip to content

Commit

Permalink
add export for animation names
Browse files Browse the repository at this point in the history
  • Loading branch information
sdetweil committed Dec 1, 2024
1 parent 8d61336 commit 2116c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ _This release is scheduled to be released on 2025-01-01._
- [core] Add GitHub workflow to run spellcheck a few days before each release.
- [core] Add intest flag to index.html to pass to module js for test mode detection (needed by #3630)
- [compliments] add support for refreshing remote compliments file, and testcases
- [core] Add export on animation names

### Removed

Expand Down
1 change: 1 addition & 0 deletions js/animateCSS.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,4 @@ function removeAnimateCSS (element, animation) {
node.classList.remove("animate__animated", animationName);
node.style.removeProperty("--animate-duration");
}
module.exports = { AnimateCSSIn, AnimateCSSOut };

0 comments on commit 2116c13

Please sign in to comment.