execute function at the end of the timer #145
-
Hello, I want to execute myFunction () in the last 3 seconds of the timer, when I put the onComplete property it is executed at the beginning of the timer, how can I do? |
Beta Was this translation helpful? Give feedback.
Answered by
vydimitrov
Jun 1, 2021
Replies: 1 comment 2 replies
-
Hey, in the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vydimitrov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, in the
children
prop you have access to the remaining time, when it is less than 3 seconds just fire your event.