File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 192192
193193.slideRightEnterActive ,
194194.slideRightExitActive {
195- transition-property : transform, opacity;
196195 transition-duration : 350ms ;
196+ transition-property : transform, opacity;
197197 transition-timing-function : ease-in-out;
198198}
199199
224224
225225.slideLeftEnterActive ,
226226.slideLeftExitActive {
227- transition-property : transform, opacity;
228227 transition-duration : 350ms ;
228+ transition-property : transform, opacity;
229229 transition-timing-function : ease-in-out;
230230}
231231
Original file line number Diff line number Diff line change 187187
188188.zoomInEnterActive ,
189189.zoomInExitActive {
190- transition-property : transform, opacity;
191190 transition-duration : 500ms ;
191+ transition-property : transform, opacity;
192192 transition-timing-function : var (--animation-curve-fast-out-slow-in );
193193}
194194
219219
220220.zoomOutEnterActive ,
221221.zoomOutExitActive {
222- transition-property : transform, opacity;
223222 transition-duration : 500ms ;
223+ transition-property : transform, opacity;
224224 transition-timing-function : var (--animation-curve-fast-out-slow-in );
225225}
226226
You can’t perform that action at this time.
0 commit comments