You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to change options after x amount of reveals for elements that have reset: true enabled?
For instance, I want the first time an element is revealed to have 500ms of delay, and all subsequent reveals of the same element to have 100ms of delay (reset is set to true of course). How might I achieve this?
Quite new to JS so apologies if the answer is fairly obvious.
The text was updated successfully, but these errors were encountered:
Is there a way to change
options
after x amount of reveals for elements that havereset: true
enabled?For instance, I want the first time an element is revealed to have 500ms of delay, and all subsequent reveals of the same element to have 100ms of delay (
reset
is set totrue
of course). How might I achieve this?Quite new to JS so apologies if the answer is fairly obvious.
The text was updated successfully, but these errors were encountered: