我可以在 MooTools 中设置全局 fx 属性吗?

发布于 2024-08-07 19:44:19 字数 136 浏览 5 评论 0原文

有没有办法为 MooTools 效果设置一些默认属性,例如持续时间或过渡?

这样可以更轻松地使所有这些效果(如 element.tween();element.reveal())统一。

Is there a way to set some default properties for MooTools effects like duration or transition?

That would make it easier to make all those effects like element.tween(); or element.reveal() uniform.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

生生漫 2024-08-14 19:44:19

您可以使用 Implement() 来覆盖默认值。

Fx.implement({options: {duration: 600}}) 

You can use implement() to overwrite the default values.

Fx.implement({options: {duration: 600}}) 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文