You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2024. It is now read-only.
Hello, awesome package, but when using it for example to hero image is good to have prop like in Next js Image component priority={true} for preload this Image and have better results in Largest Contentful Paint. And for this prop i thing auto disabling transition to none is good idea, because default is 0.3s for opacity and that also slow down LCP.
Hello, awesome package, but when using it for example to hero image is good to have prop like in Next js Image component
priority={true}for preload this Image and have better results in Largest Contentful Paint. And for this prop i thing auto disabling transition to none is good idea, because default is 0.3s for opacity and that also slow down LCP.