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 503951f commit b619c48Copy full SHA for b619c48
src/internal/components/drag-handle-wrapper/motion.scss
@@ -56,8 +56,8 @@
56
&-motion-exiting {
57
@include styles.with-motion {
58
animation:
59
- drag-handle-exit awsui.$motion-duration-complex awsui.$motion-easing-responsive,
60
- awsui-motion-fade-out-0 awsui.$motion-duration-complex awsui.$motion-easing-responsive;
+ drag-handle-exit awsui.$motion-duration-complex awsui.$motion-easing-responsive forwards,
+ awsui-motion-fade-out-0 awsui.$motion-duration-complex awsui.$motion-easing-responsive forwards;
61
}
62
63
0 commit comments