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
Hello all, i have a very weird case. I have 5 slides (1 with web component and 4 with just an image and some text) and all look great. When i enable the property loop then when the user slides from item 5 to item 1 (so he has seen all the slides and the first one is re-rendered) then all the shadow-dom is still loaded but looks like the inline style is not applied.
The same erroneous behaviour happens when you resize the window and the the breakpoints defined in the config object kick in.
If I set the loop to false then everything is displayed correctly.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all, i have a very weird case. I have 5 slides (1 with web component and 4 with just an image and some text) and all look great. When i enable the property
loop
then when the user slides from item 5 to item 1 (so he has seen all the slides and the first one is re-rendered) then all the shadow-dom is still loaded but looks like the inline style is not applied.The same erroneous behaviour happens when you resize the window and the the breakpoints defined in the
config
object kick in.If I set the
loop
to false then everything is displayed correctly.Beta Was this translation helpful? Give feedback.
All reactions