Google Web Designer:Javascript API - 跳转到关键帧并停止

Google Web Designer: Javascript API - jump to key frame and stop

我们使用 Google Webdesigner 轻松创建动画,稍后应由自定义 CMS 控制。

is possible to define key frames.

是否有 Javascript API 以加载动画并移动到特定关键帧并停在那里的方式控制动画?

我们试过这样的自定义代码:

function handleAdInitialized(event) { gwd.actions.timeline.pause('gwd-ad'); }

但是没有任何效果。

当尝试在浏览器控制台中执行命令时,我得到

 VM84:1 Uncaught TypeError: Cannot read property 'timeline' of undefined
at <anonymous>:1:13

编辑 在 Google Webdesigner 中,我创建了一个“在页面加载时”事件以跳到关键帧,这有效,但如果我直接在 Googel Chrome 中播放广告则无效。

如果在 GWD 中定义了一些事件,那么 javascript API 也会发布,这似乎确实有效。