基于 CSS 动画的微型交互库 micron.js

码农软件 · 软件分类 · UI组件库 · 2019-08-01 15:58:16

软件介绍

Micron.JS是一个微型交互库,可以用来添加交互不同的DOM元素。Micron.JS使用CSS为元素添加动画,互动行为由JavaScript控制。Micron.JS很具有灵活性,并可以使用html5数据属性或JavaScript方法链带来互动。

入门

要使用Micron.JS,需要同时包含micron.min.css *(已经可以使用交互动画)和micron.min.js文件

如果不需要同时交互,则只需简单包含相应的* .min.css 文件即可。

从UNPKG CDN链接

在文档的标题部分包含 Micron CSS 和 JavaScript文件中。

<link href =“https://unpkg.com/webkul-micron@ 1.1.1 /dist/css/micron.min.css”type =“text / css”rel =“stylesheet”>
<script src =“https://unpkg.com/webkul-micron@ 1.1.1 /dist/script/micron.min.js”type =“text / javascript”> </ script>

包管理员

你可以使用npm或者bower来获取Micron.JS包,复制并粘贴下面的命令在您的终端获取包

npm install webkul-micron

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

Lean Analytics

Lean Analytics

Alistair Croll、Benjamin Yoskovitz / O'Reilly Media / 2013-3-18 / USD 29.99

If you're involved with a startup, analytics help you find your way to the right product and market before the money runs out. But with a flood of information available, where do you start? This book ......一起来看看 《Lean Analytics》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具