Hi everyone,
I have implemented the X Stream ‘Slideshow with Multi State Box’ (see YouTube Tutorial → https://www.youtube.com/watch?v=lCN-iSnOSpk&t=76s )
But I have two issues that I need to fix:
-
Better ‘smooth’ transitions between the ‘States’: at the moment there’s a ‘snap’ when the next slide appears, the title can have a fade in, but the background image starts from white (or background) if I apply a fade or any transition the the background image itself.
I’ve founded this resource:
https://www.maveristic.in/post/how-to-add-slider-to-editorx -
Controls Navigation: is anyway to have two arrows for slide next or previous?
I’ve found this resources: https://www.editorxcommunity.com/forum/general-discussions/add-navigation-buttons-to-repeater-or-layouter-slider-mode
rightSliderBtn . onClick (() => { slideRight ();})
leftSliderBtn . onClick (() => { slideLeft ();})
Can anyone help me out? it shouldn’t be that difficult! Any Velo Expert could help?
Thank you!