We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a24d2 commit 9c0ad80Copy full SHA for 9c0ad80
README.md
@@ -44,7 +44,7 @@ import jsCssAnimations from './js-css-animations/js-css-animations.js';
44
// Example of usage
45
jsCssAnimations.init.slideUp({
46
trigger: '.btn--slide-up',
47
- targetSelector: '.slide-this-content'
+ targetSelector: '.slide-this-content',
48
staggerDelay: 500,
49
duration: '1s',
50
start: () => {
0 commit comments