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 b437798 commit 71bb149Copy full SHA for 71bb149
packages/components/bolt-interactive-step/src/animation-wrapper.js
@@ -76,7 +76,11 @@ class BoltAnimationWrapper extends withLitHtml() {
76
animationDuration: `${boltAnimationDuration}ms`,
77
animationDelay: `${boltAnimationDelay}ms`,
78
animationTimingFunction: boltAnimationFunction,
79
- animationFillMode: 'forwards',
+ animationFillMode: 'both',
80
+ });
81
+ } else {
82
+ style = Object.assign({}, style, {
83
+ animationName: '',
84
});
85
}
86
0 commit comments