Skip to content

Commit 2116c13

Browse files
committed
add export for animation names
1 parent 8d61336 commit 2116c13

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ _This release is scheduled to be released on 2025-01-01._
1919
- [core] Add GitHub workflow to run spellcheck a few days before each release.
2020
- [core] Add intest flag to index.html to pass to module js for test mode detection (needed by #3630)
2121
- [compliments] add support for refreshing remote compliments file, and testcases
22+
- [core] Add export on animation names
2223

2324
### Removed
2425

js/animateCSS.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,4 @@ function removeAnimateCSS (element, animation) {
155155
node.classList.remove("animate__animated", animationName);
156156
node.style.removeProperty("--animate-duration");
157157
}
158+
module.exports = { AnimateCSSIn, AnimateCSSOut };

0 commit comments

Comments
 (0)