diff --git a/src/internal/components/drag-handle-wrapper/motion.scss b/src/internal/components/drag-handle-wrapper/motion.scss index fcc316c73b..4751dd3dda 100644 --- a/src/internal/components/drag-handle-wrapper/motion.scss +++ b/src/internal/components/drag-handle-wrapper/motion.scss @@ -56,8 +56,8 @@ &-motion-exiting { @include styles.with-motion { animation: - drag-handle-exit awsui.$motion-duration-complex awsui.$motion-easing-responsive, - 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; } } }