|
119 | 119 | } |
120 | 120 |
|
121 | 121 | @media screen and (prefers-reduced-motion: no-preference) { |
122 | | - animation: Overlay--motion-scaleFade 0.2s cubic-bezier(0.33, 1, 0.68, 1) 0s 1 normal none running; |
| 122 | + animation: Overlay--motion-scaleFade 0.2s cubic-bezier(0.33, 1, 0.68, 1) 1ms 1 normal none running; |
123 | 123 | } |
124 | 124 |
|
125 | 125 | &[data-position-regular='center'] { |
126 | 126 | border-radius: var(--borderRadius-large, var(--borderRadius-large)); |
127 | 127 |
|
128 | 128 | @media screen and (prefers-reduced-motion: no-preference) { |
129 | | - animation: Overlay--motion-scaleFade 0.2s cubic-bezier(0.33, 1, 0.68, 1) 0s 1 normal none running; |
| 129 | + animation: Overlay--motion-scaleFade 0.2s cubic-bezier(0.33, 1, 0.68, 1) 1ms 1 normal none running; |
130 | 130 | } |
131 | 131 | } |
132 | 132 |
|
|
138 | 138 | border-bottom-left-radius: 0; |
139 | 139 |
|
140 | 140 | @media screen and (prefers-reduced-motion: no-preference) { |
141 | | - animation: Overlay--motion-slideInRight 0.25s cubic-bezier(0.33, 1, 0.68, 1) 0s 1 normal none running; |
| 141 | + animation: Overlay--motion-slideInRight 0.25s cubic-bezier(0.33, 1, 0.68, 1) 1ms 1 normal none running; |
142 | 142 | } |
143 | 143 | } |
144 | 144 |
|
|
150 | 150 | border-bottom-right-radius: 0; |
151 | 151 |
|
152 | 152 | @media screen and (prefers-reduced-motion: no-preference) { |
153 | | - animation: Overlay--motion-slideInLeft 0.25s cubic-bezier(0.33, 1, 0.68, 1) 0s 1 normal none running; |
| 153 | + animation: Overlay--motion-slideInLeft 0.25s cubic-bezier(0.33, 1, 0.68, 1) 1ms 1 normal none running; |
154 | 154 | } |
155 | 155 | } |
156 | 156 |
|
|
193 | 193 | border-bottom-left-radius: 0; |
194 | 194 |
|
195 | 195 | @media screen and (prefers-reduced-motion: no-preference) { |
196 | | - animation: Overlay--motion-slideUp 0.25s cubic-bezier(0.33, 1, 0.68, 1) 0s 1 normal none running; |
| 196 | + animation: Overlay--motion-slideUp 0.25s cubic-bezier(0.33, 1, 0.68, 1) 1ms 1 normal none running; |
197 | 197 | } |
198 | 198 | } |
199 | 199 |
|
|
206 | 206 | flex-grow: 1; |
207 | 207 |
|
208 | 208 | @media screen and (prefers-reduced-motion: no-preference) { |
209 | | - animation: Overlay--motion-scaleFade 0.2s cubic-bezier(0.33, 1, 0.68, 1) 0s 1 normal none running; |
| 209 | + animation: Overlay--motion-scaleFade 0.2s cubic-bezier(0.33, 1, 0.68, 1) 1ms 1 normal none running; |
210 | 210 | } |
211 | 211 | } |
212 | 212 | } |
|
0 commit comments