Change Title Transition Speed

  • Author
    Posts
  • #119553

    I was reading through the style.css code and I couldn’t figure out which script determined the speed of transition of the title . I wish to make my title transition faster on my webpage.

    Thank you for taking the time to read this!

    -Rich

    #120242
    Zed
    Cryout Creations mastermind

    Hi,

    Which transition are you referring to? Is this about the animated letters or are you using a slider?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #120411

    Hello,

    Yes the main animated letters in the center of the screen, I wish to make the fade-out/fade-in speed slightly quicker. I took a look at the code and I’m not sure which one does this command. Any help would be appreciated.

    Thanks!

    #120730
    Zed
    Cryout Creations mastermind

    The letters animation effect is handled by the cryoutSliderTitleBreakUp JavaScript function (found in resources/frontend.js) which is not easily replaceable, and CSS animations defined in the theme’s main style – look for the ‘cry-single’ and ‘cry-double’ classes.

    The animation duration is controlled by the styling, while the animation pause (duration between effects) is defined in the script.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Change Title Transition Speed’ is closed to new replies.