• Hello, Animate It! Support,

    I would like to understand how to set the following group of three animations to loop, because setting each individual animation to loop results in a loss of synchronization between the animations.

    The following HTML and associated CSS does not work to set the group of three to loop. When you have time, could you please point out what is required?

    Thanks much for your help.

    Regards,
    Michael McIntosh

    <div class=”ai-test”>
    <h5 class=”ai-test” style=”text-align: center;”>[edsanimate_start entry_animation_type= “zoomInUp” entry_delay= “0.5” entry_duration= “0.5” entry_timing= “linear” exit_animation_type= “fadeOutUp” exit_delay= “4” exit_duration= “1” exit_timing= “linear” animation_repeat= “1” keep= “yes” animate_on= “load” scroll_offset= “” custom_css_class= “ai-test”]<span style=”color: #000000;”>VOC Testing</span>[edsanimate_end]
    [edsanimate_start entry_animation_type= “zoomInUp” entry_delay= “1.75” entry_duration= “0.5” entry_timing= “linear” exit_animation_type= “fadeOutUp” exit_delay= “4” exit_duration= “1” exit_timing= “linear” animation_repeat= “1” keep= “yes” animate_on= “load” scroll_offset= “” custom_css_class= “ai-test”]<span style=”color: #000000;”>Real Time</span>[edsanimate_end]
    [edsanimate_start entry_animation_type= “zoomInUp” entry_delay= “3” entry_duration= “0.5” entry_timing= “linear” exit_animation_type= “fadeOutUp” exit_delay= “4” exit_duration= “1” exit_timing= “linear” animation_repeat= “1” keep= “yes” animate_on= “load” scroll_offset= “” custom_css_class= “ai-test”]<span style=”color: #000000;”>Real Fast</span>[edsanimate_end]</h5>
    </div>

    .ai-test {
    display: block;
    animation-duration: 9s;
    animation-delay: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    }

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author eleopard

    (@eleopard)

    Dear Mtosh,

    I apologize for the delayed reply.
    Thanks for using the Animate It!

    The link you have shared is not opening. I believe it is just a preview link.
    You need to share a public link of the post/page.

    Thread Starter mtosh

    (@mtosh)

    Hello, eleopard,

    Oh, okay, here is the published URL–
    https://evaluair.com/wordpress/test/

    Regards,
    Michael

    Thread Starter mtosh

    (@mtosh)

    Hello, eleopard,

    The URL has changed–
    https://evaluair.com/test-02/

    Regards,
    Michael

    Plugin Author eleopard

    (@eleopard)

    Hi Michael,

    Apologies for the delayed reply due to my busy schedule.
    I am sorry but a loop would not be possible for the setup you want.

    I tried and was not able to attain it. I believe you’d need to achieve this using some custom script, which resets the animations after a said interval.

    For a single animation cycle. This is the code I used:
    https://animateittest.wpdevcloud.com/mtosh-demo/

    <div class="ai-test">
        <h5 class="ai-test" style="text-align: center;">
            [edsanimate_start entry_animation_type="fadeInUp" entry_delay="0.5" entry_duration="0.5" entry_timing="linear" exit_animation_type="fadeOutUp" exit_delay="4" exit_duration="1" exit_timing="linear" animation_repeat="1" keep="no" animate_on="load" scroll_offset=""]<span style="color: #000000;">VOC Testing</span>[edsanimate_end]
            [edsanimate_start entry_animation_type="fadeInUp" entry_delay="1.75" entry_duration="0.5" entry_timing="linear" exit_animation_type="fadeOutUp" exit_delay="4" exit_duration="1" exit_timing="linear" animation_repeat="1" keep="no" animate_on="load" scroll_offset=""]<span style="color: #000000;">Real Time</span>[edsanimate_end]
            [edsanimate_start entry_animation_type="fadeInUp" entry_delay="3" entry_duration="0.5" entry_timing="linear" exit_animation_type="fadeOutUp" exit_delay="4" exit_duration="1" exit_timing="linear" animation_repeat="1" keep="no" animate_on="load" scroll_offset=""]<span style="color: #000000;">Real Fast</span>[edsanimate_end]
        </h5>
    </div>
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Combining Multiple Animations to Run as One’ is closed to new replies.