标签: javascript coffeescript settimeout framerjs
我想在延迟后触发一个功能。在Javascript中,我通常使用setTimeout(function(), t)。 我怎么能在framerJS中做到这一点?
setTimeout(function(), t)
答案 0 :(得分:2)
答案:
Utils.delay time, -> functionName()