0

I would like to trigger a function after a delay. In Javascript I usually use setTimeout(function(), t). How can I do this in framerJS?

EJW
  • 604
  • 2
  • 10
  • 22

1 Answers1

2

Answer:

Utils.delay time, -> functionName()
EJW
  • 604
  • 2
  • 10
  • 22