【发布时间】:2013-10-27 08:15:02
【问题描述】:
我想将我的演员在 y 轴上弹跳两次 按钮释放事件后的秒数。
我不知道如何使用 Tweener 做到这一点。
侏儒外壳 3.4。
感谢您的帮助,
【问题讨论】:
标签: gnome-shell tweener gnome-shell-extensions
我想将我的演员在 y 轴上弹跳两次 按钮释放事件后的秒数。
我不知道如何使用 Tweener 做到这一点。
侏儒外壳 3.4。
感谢您的帮助,
【问题讨论】:
标签: gnome-shell tweener gnome-shell-extensions
我放弃了尝试这种效果。而不是使用 Tweener (imports.gi.Tweener),我只是在 'easeQuadEffect' 中将对象的不透明度设置为 0 到 255。
【讨论】:
GPaste Integration 做你想做的事。检查the code 可能会提供信息。
在 gpaste_integration.js 文件中搜索“Tweener”。
【讨论】: