IX2 - Possible to trigger another looping animation as parent-child without manually doing IX2 steps over again?

I have a simple “Blinking” IX animation applied to some “Warning Text” as follows.

paragraph_warning_text
“Call Now”
IX2: Blink Warning Text Loop - Loop classname=paragraph_warning_text: Opacity (On / Off / On / Off )

Currently, it is automatic on page load the “Call Now” text blinks as intended.


^ This works as intended for “Instantly blink”

Now I need to delay this loop by 30 seconds.
For example
IX2 - Page Load: Trigger ‘Blink Warning Text Loop’ after 30 seconds.


^ Now the intention is to trigger blinking Call now ONLY after 30 seconds after page load

Unfortunately, I do not see this option. (?)

===
usecase:

  • We have a Blinking 14pt/12pt call now text element when user scrolls towards footer on both mobile and desktop.
  • We want to test “Call now” CTA in Sticky call Header on landing pages and we wnat to do the same blinking animation in the header AFTER 30 seconds.
  • The Call now texts is set to ABS position so its not messing up any parent div block
    or flex box or grid confifurations
  • the blinking text immediately calls to attention the phone button

===
Other notes:

The Delay does not serve my purpose
image

1 Like

Hi @miekwave,

Please make sure you post the read-only link so members can take a look for ya :slight_smile:

@garymichael1313

Preview Link:
https://scratch-a5eca4.webflow.io/blinking-demo

Share Only Link:
https://preview.webflow.com/preview/scratch-a5eca4?utm_medium=preview_link&utm_source=designer&utm_content=scratch-a5eca4&preview=a1ef3b79ef245f6821ce8a7874f61304&pageId=5f7ac301d1f2cc076ea38206&mode=preview

^
What’s the good news?

Hey can a member take a look at this for him? I’m swamped and don’t have the time now.

Just take a glance for him please.

1 Like

@garymichael1313
whats the good news?

/bump
I’m still looking for a solution for this

I think you should be able to do this with some custom javascript, see: JavaScript Timing Events
where your function triggers the animation,
@miekwave