File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/site-kit/src/lib/nav Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5555<ModalOverlay {onclose } />
5656
5757<div class ="menu" use:trap ={{ reset_focus : false }}>
58- <div class ="mobile-main-menu" transition:popup ={{ duration : 3000 , easing : quintOut }}>
58+ <div class ="mobile-main-menu" transition:popup ={{ duration : 200 , easing : quintOut }}>
5959 <div
6060 class =" menu-background"
6161 class:ready
210210 border-radius : 1rem 1rem 0 0 ;
211211 background : var (--background , var (--sk-back-2 ));
212212 will-change : height;
213- transition : 0.4 s var (--quint-out );
213+ transition : 0.3 s var (--quint-out );
214214 transition-property : none ;
215215
216216 &.ready {
232232 .clip {
233233 width : 100% ;
234234 height : 100% ;
235- transition : clip-path 0.4 s cubic-bezier (0.23 , 1 , 0.32 , 1 );
235+ transition : clip-path 0.3 s cubic-bezier (0.23 , 1 , 0.32 , 1 );
236236 will-change : clip-path;
237237 }
238238
244244 width : 200% ;
245245 height : 100% ;
246246 grid-template-columns : 50% 50% ;
247- transition : transform 0.4 s cubic-bezier (0.23 , 1 , 0.32 , 1 );
247+ transition : transform 0.3 s cubic-bezier (0.23 , 1 , 0.32 , 1 );
248248 grid-auto-rows : 100% ;
249249
250250 &.reduced-motion {
You can’t perform that action at this time.
0 commit comments