We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff03b13 commit 1803119Copy full SHA for 1803119
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