Hi Team,
How can I change the caption and title transaction in the “full screen slider” ?
Please advice.
Thank you
Hi Lee!
Can you please elaborate on the changes you would like to make?
Regards,
Yigit
Hi team,
I would like to change the animation Transition to “pop up ” instead of “fly in from left”. Please refer to
http://pcball.com/oscmalaysia/
thank you.
Hey!
Please go to Enfold/js folder and open shortcodes.js file and modify it.
You can request such feature here – https://kriesi.at/support/enfold-feature-requests/
You are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.
Regards,
Yigit
hi Thanks for the reply. But it was show on the Demo, its is means I have modify to ?
Hi!
It means that the requested task in particular falls beyond the scope of support but you can try this on Quick CSS or custom.css to override the default caption-left css animation:
@-webkit-keyframes caption-left {
0% { opacity: 0; -webkit-transform: scale(1.5);}
100% { opacity: 1; -webkit-transform: scale(1);}
}
@-moz-keyframes caption-left {
0% { opacity: 0; -moz-transform: scale(1.5);}
100% { opacity: 1; -moz-transform: scale(1);}
}
@keyframes caption-left {
0% { opacity: 0; transform: scale(1.5); }
100% { opacity: 1; transform: scale:(1); }
}
Regards,
Ismael
brilliant, Thank you !