[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

perf: drop view transition

+7 -1
+7 -1
app/app.vue
··· 450 450 view-transition-name: site-logo; 451 451 } 452 452 453 - /* Customize the view transition animations */ 453 + /* Disable the default fade transition on page navigation */ 454 + ::view-transition-old(root), 455 + ::view-transition-new(root) { 456 + animation: none; 457 + } 458 + 459 + /* Customize the view transition animations for specific elements */ 454 460 ::view-transition-old(search-box), 455 461 ::view-transition-new(search-box), 456 462 ::view-transition-old(site-logo),