Jump to content
Search Community

Repeating delayedCall?

garyw test
Moderator Tag

Recommended Posts

I have code that uses a className tween on repeat:

 

TweenMax.to(buttons, PULSE_INTERVAL, {className:'-=pulse', ease:SteppedEase.ease.config(1), repeat:-1});

 

This toggles the "pulse" CSS class on and off. I know that the className tween is no longer supported. Is there a way to repeat a delayedCall in order to do this?
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...