-
AuthorPosts
-
January 18, 2016 at 4:43 pm #567267
hello , here
is it possible the set the speed of the sliding text blocks in the header ? slow it down
January 19, 2016 at 7:09 am #567653Hi jelle!
Thank you for using Enfold.
Please try this in the Quick CSS field:
.avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title { visibility: visible; -webkit-animation: caption-left 5s 1 cubic-bezier(0.985, 0.005, 0.265, 1); animation: caption-left 5s 1 cubic-bezier(0.985, 0.005, 0.265, 1); } .avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content { visibility: visible; -webkit-animation: caption-right 5s 1 cubic-bezier(0.985, 0.005, 0.265, 1); animation: caption-right 5s 1 cubic-bezier(0.985, 0.005, 0.265, 1); }
Best regards,
IsmaelJanuary 19, 2016 at 7:17 am #567656hi ismael,
thanks
yes , this works..but only for the headingtext ‘Finoven”
the main textblock, coming from the right, is still as speedy
can i adjust this as well?- This reply was modified 8 years, 10 months ago by yampieters.
January 20, 2016 at 1:02 pm #568577ok, it works, thanks
January 20, 2016 at 1:15 pm #568586Hi!
The second one in Ismael’s code is responsible for main textblock (caption):
.avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content { animation: caption-right 5s 1 cubic-bezier(0.985, 0.005, 0.265, 1); -webkit-animation: caption-right 5s 1 cubic-bezier(0.985, 0.005, 0.265, 1); }
adjust it as needed.
Cheers!
AndySeptember 12, 2016 at 8:24 am #684930hi , this post was about the caption.
is there some code to make the images come in sliding a little slower as well?September 16, 2016 at 1:38 pm #687490Hi,
adjust the values as needed inside the code I provided in my last code, then you can change the speed. But I checked your captions and they seem to move slower. So could you fix it?
Best regards,
AndySeptember 16, 2016 at 5:57 pm #687669sorry, imn confused now.
the code you gave me is about the TEXT, isnt it.
so the Title and the Slogan. see image.but how to slow down the IMAGES, the sliding images? the images BEHIND the text, the images of the slider.
is there a code for that?September 19, 2016 at 2:42 pm #688497Hi,
Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
AndySeptember 19, 2016 at 6:18 pm #688643hi andy
ive chagned the file: shortcodes.js
the line: //transition speed when switching slide
transitionSpeed:900ive changed to:
//transition speed when switching slide
transitionSpeed:1900,this seems to do the trick….
-
AuthorPosts
- The topic ‘set speed sliding text’ is closed to new replies.