Multiple Typewriter Effect

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10039222
    rouxjean
    Participant

    How can I have a typewriter that “types” line #1 and then “types” line #2 after line #1 is done? I tried playing with the startDelay but both lines are always being “typed” simultaneously no matter what I do. Any sample code? Thanks



    Template Version: 8.1
    #10039230
    Support
    Keymaster
    This reply has been marked as private.
    #10039232
    rouxjean
    Participant

    this is the code I’m using, not using the effect as word rotator, I thought there was only one way to implementing this:

    <div class=”text-center” style=”background: rgba(255,255,255,0.6);padding-top:5px”>
    <h3 class=”font-weight-bold” style=”margin-bottom:10px”>Conditions d&apos;accès en vigueur :</h3>
    <h1 class=”font-weight-extra-bold” style=”color: #C02321;padding:0px;margin:0px” data-plugin-animated-letters data-plugin-options=”{‘startDelay’: 10000, ‘minWindowWidth’: 992, ‘animationName’: ‘typeWriter’, ‘animationSpeed’: 50}”>abc</h1>
    <h1 class=”font-weight-extra-bold” style=”color: #C02321″ data-plugin-animated-letters data-plugin-options=”{‘startDelay’: 10, ‘minWindowWidth’: 992, ‘animationName’: ‘typeWriter’, ‘animationSpeed’: 50}”>def</h1>
    </div>

    As you can see the start delay has no impact whatsoever….


    #10039233
    Support
    Keymaster
    This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)

This topic is marked as "RESOLVED" and can not rceive new replies.