Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #301518

    Hi Team,

    How can I change the caption and title transaction in the “full screen slider” ?

    Please advice.

    Thank you

    #301529

    Hi Lee!

    Can you please elaborate on the changes you would like to make?

    Regards,
    Yigit

    #301624

    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.

    • This reply was modified 10 years, 3 months ago by pcball.
    #301667

    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

    #304606

    hi Thanks for the reply. But it was show on the Demo, its is means I have modify to ?

    #304686

    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

    #305004

    brilliant, Thank you !

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change the caption and title transaction in the “full screen slider”’ is closed to new replies.