Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法为 MooTools 效果设置一些默认属性,如持续时间或过渡?
这将更容易使所有这些效果像element.tween();或element.reveal()均匀。
element.tween();
element.reveal()
您可以使用 implement() 覆盖默认值。
Fx.implement({options: {duration: 600}})