To achieve a horizontal navigation triggered by clicking on a left/right button i am using a repeater. The repeater initially loads each slide in an animation and i dont manage to deactivate this animation. If I try to change the animation in the repeater settings nothing happens.
can i change this in the code?
could somebody assist me with this issue?
below i attached what´s happening before $w.onReady
thank you very much
import wixWindow from 'wix-window';
import wixAnimations from 'wix-animations';
$w.onReady(function () {
@jonatandor35 I want to keep the animated part which is triggered onclick.
(Repeater slides to the left and to the right by clicking on the arrow)
And i would love to get rid of the animated initial loading of the repeater slides. (Repeater slides initially opens with an expand-in animation, each slide does that one time and after that they behave as desired)
I would like to open the page on the center slide without any animation and then being able to “animated-slide” to the first repeater slide by clicking on the left arrow and to “animated-slide” by clicking on the right arrow.
@janeisenring
Where did you get the code for animating the repeater when clicking the left-right arrow. Want to have this on my site too, but I’m not sure on how your code works is there a video for doing this?