如何在使用coffeeScript的Framer中设置setTimeout()?

时间:2017-08-03 02:00:35

标签: javascript coffeescript settimeout framerjs

我想在延迟后触发一个功能。在Javascript中,我通常使用setTimeout(function(), t)。 我怎么能在framerJS中做到这一点?

1 个答案:

答案 0 :(得分:2)

答案:

Utils.delay time, -> functionName()