百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
S

snabbt.js

> 编程语言
开源

使用 JavaScript 和 CSS 转换实现快速动画

5.2K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

使用 JavaScript 和 CSS 转换实现快速动画

# snabbt.js Fast animations with Javascript and CSS transforms **Docs** [Documentation](http://daniel-lundin.github.io/snabbt.js/) **Demos** - [Card formations](http://daniel-lundin.github.io/snabbt.js/cards.html) - [Crazy sticks](http://daniel-lundin.github.io/snabbt.js/sticks.html) - [Periodic table](http://daniel-lundin.github.io/snabbt.js/periodic.html) - [Laser words](http://daniel-lundin.github.io/snabbt.js/words.html) ## Releases The initial release is out. Would love some feedback on things that can be improved. The release(and future ones) can be found in the release section - **0.6.4** - Manual mode complete bug fix - **0.6.3** - IE Bug fix, polyfill for Array.prototype.find - **0.6.2** - Bug fixes, Added sequencing of animations - **0.6.1** - Fixed UMD-build - **0.6.0** - ES6, test suite, life cycle events, new demos - **0.5.8** - Add new tweenable property scalePost/fromScalePost - **0.5.7** - Fix issues manual mode and spring easings - **0.5.6** - Fix issues with duration: 0 - **0.5.4** - Added allDone-callback, updated docs - **0.5.3** - Bugfix for manual mode with easings - **0.5.2** - Compability fixes, polyfill for request animation frame - **0.5.1** - Performance improvements - **0.5.0** - Refactoring, show deprecation warnings - **0.4.0** - Manual mode, function initalizers - **0.3.0** - Memory optimizations, improved Matrix API, better UMD wrappers - **0.2.0** - Added support for RequireJS and browserify. Published to npm and bower - **0.1.0** - Initial beta release ## Get it snabbt is available with AMD-support, CommonJS-support and as a global module. ### Package managers ``` bower install snabbt.js npm install snabbt.js ``` ### CDNs ``` https://cdnjs.com/libraries/snabbt.js http://www.jsdelivr.com/#!snabbt ``` ## Browser Support
10+ ✓ ✓ ✓ ✓
Note: IE does not support the transform-style: preserve-3d property. This prevents nesting 3D transformed elements. ## Contributing 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -m 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request :D ## TODOS - Improve documentation [MIT License](LICENSE.txt) © 2015 Daniel Lundin (http://twitter.com/danielundin).

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

JavaScript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言