-
AuthorPosts
-
February 19, 2019 at 4:11 pm #1069007
Hi
1. How to change the transition(fade/sidewards/updown) speed in full-screen slider?
2. How to hide only bullets in full-screen slider?
ThanksFebruary 20, 2019 at 12:23 am #1069193Hey kunstkaffe,
Please provide a link to the site/page in question so we can look into this further.
For speed please add the following to quick css:
.avia_transform .avia_start_delayed_animation.right-to-left { animation: avia-rtl 3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275)!important; } .avia_transform .avia_start_delayed_animation.left-to-right { animation: avia-ltr 3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275)!important; }
Best regards,
Jordan ShannonFebruary 20, 2019 at 4:16 am #1069254http://adhokk.kr/wp-content/uploads/ffff.jpg
I look forward to your answer.
thanks- This reply was modified 5 years, 9 months ago by kunstkaffe.
February 21, 2019 at 4:26 am #1069773Hi kunstkaffe,
1. Have you tried Jordan’s solution?
2. Add this css code in Quick CSS (located in Enfold > General Styling):#top .avia-fullscreen-slider .avia-slideshow-dots.avia-slideshow-controls { display: none; }
Best regards,
NikkoApril 1, 2019 at 9:22 pm #1085702Hi there,
I am also trying to slow down the fade transition of the fullwidth easy slider.
I tried the following code but it doesn’t appear to have worked. Any ideas why this isn’t working for my site?.avia_transform .avia_start_delayed_animation.right-to-left {
animation: avia-rtl 3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
}.avia_transform .avia_start_delayed_animation.left-to-right {
animation: avia-ltr 3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
}Many thanks!
April 1, 2019 at 9:31 pm #1085709Hi,
You can edit js > shortcodes.js, find this code on line 3701:
//transition speed when switching slide transitionSpeed:900,
Best regards,
Jordan ShannonApril 1, 2019 at 9:37 pm #1085710Thanks for super speedy response Jordan!
This didn’t seem to make much difference. Ideally, I want the transition to occur over about 2 seconds.
A nice slow fade from colour to black and white. http://falcondevelopments.nz/index.php/about-us/April 4, 2019 at 11:45 am #1086997Hi,
You have to toggle the file compression in order for that modification to work. It’s in the Enfold > Performance > File Compression settings.
Best regards,
IsmaelApril 4, 2019 at 9:40 pm #1087223Thank you Ismael – it now works perfectly!
And many thanks to those that helped me achieve this!April 5, 2019 at 2:57 am #1087270Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘transition speed in full-screen slider / hide bullets’ is closed to new replies.