CSS transition 动画引擎 AniX

码农软件 · 软件分类 · CSS框架 · 2019-04-20 07:57:35

软件介绍

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"
});


本文地址:https://www.codercto.com/soft/d/3972.html

The Dream Machine

The Dream Machine

M. Mitchell Waldrop / Penguin Books / 2002-8 / USD 16.00

While most people may not be familiar with the name J. C. R. Licklider, he was the guiding spirit behind the greatest revolution of the modern era. At a time when most computers were big, ponderous ma......一起来看看 《The Dream Machine》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具