- 授权协议: BSD
- 开发语言: JavaScript TypeScript
- 操作系统: 跨平台
- 软件首页: https://github.com/a-jie/AniX
- 软件文档: https://a-jie.github.io/AniX/
软件介绍
AniX 是一个超级简单和轻量的 css transition 动画引擎,具有优秀的性能和良好的兼容性。最大限度的不破坏你的代码编写习惯。同时支持 umd、jquery、react 等多个版本。
github: https://github.com/a-jie/AniX
//1. import AniX
import { AniX } from 'anix';
//2. AniX.to
AniX.to(dom, 1, {
width: "200px",
height: "100px"
});
R Cookbook
Paul Teetor / O'Reilly Media / 2011-3-22 / USD 39.99
With more than 200 practical recipes, this book helps you perform data analysis with R quickly and efficiently. The R language provides everything you need to do statistical work, but its structure ca......一起来看看 《R Cookbook》 这本书的介绍吧!
