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
Is your feature request related to a problem?
When a page is loading the user notices Hooper's initialization. This is especially distracting when using Hooper in infiniteScroll mode, as seen in the official example at https://baianat.github.io/hooper/examples.html#infinite-scrolling. The page is loaded and Hooper transitions from the first slide to the first copy of that slide.
Describe the solution you'd like
Hooper's initialization shouldn't be visible, for aesthetic reasons. For the infiniteScroll mode this might be as simple as setting transition: none; on .hooper-track until the carousel is ready.
Describe alternatives you've considered
Setting visibility: hidden may be an alternative, but it might interfere with the initialization itself, and has to be thoroughly tested. But it could "prettify" all modes, not just infiniteScroll.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
When a page is loading the user notices Hooper's initialization. This is especially distracting when using Hooper in
infiniteScroll
mode, as seen in the official example at https://baianat.github.io/hooper/examples.html#infinite-scrolling. The page is loaded and Hooper transitions from the first slide to the first copy of that slide.Describe the solution you'd like
Hooper's initialization shouldn't be visible, for aesthetic reasons. For the
infiniteScroll
mode this might be as simple as settingtransition: none;
on.hooper-track
until the carousel is ready.Describe alternatives you've considered
Setting
visibility: hidden
may be an alternative, but it might interfere with the initialization itself, and has to be thoroughly tested. But it could "prettify" all modes, not justinfiniteScroll
.The text was updated successfully, but these errors were encountered: