Skip to content

Commit b619c48

Browse files
johannes-weberJohannes Weber
andauthored
fix: Prevent drag handle arrow button flicker on exit animation (#3543)
Co-authored-by: Johannes Weber <[email protected]>
1 parent 503951f commit b619c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/internal/components/drag-handle-wrapper/motion.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
&-motion-exiting {
5757
@include styles.with-motion {
5858
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;
59+
drag-handle-exit awsui.$motion-duration-complex awsui.$motion-easing-responsive forwards,
60+
awsui-motion-fade-out-0 awsui.$motion-duration-complex awsui.$motion-easing-responsive forwards;
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)