文件名称:meteor-animate:流星的多功能动画Blaze块助手
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-15 18:01:04
CoffeeScript
流星动画 一个多用途的动画块助手。 查看。 入门 meteor add ccorcos:animate API 与包非常相似。 基本上只需使用 animate 块助手包装您想要制作动画的任何内容: {{#animate class="whatever classes you want" in=animation out=animation}} ... {{/animate}} 动画可以是三件事之一。 最简单的方法是将作为字符串传递。 例如,'transition.swoopIn'、'transition.whirlOut'、'transition.slideLeftIn' 等。 。 如果您想传递诸如缓动或持续时间之类的选项,您可以传递一系列速度参数。 您可以像使用_uihooks.insertElement和_uihooks.re
【文件预览】:
meteor-animate-master
----example()
--------client()
--------.meteor()
--------.gitignore(9B)
----package.js(421B)
----.gitignore(20B)
----lib()
--------animate.html(125B)
--------animate.coffee(1KB)
----README.md(1KB)