高性能 JavaScript 库 Animate Plus

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-04 16:14:46

软件介绍

Animate Plus 是一个高性能 JavaScript 库,它能帮助你建立动态 CSS 属性和 SVG 属性。Animate Plus 是非常适合快速 UI 交互的,同时也适合台式和移动设备上更长的动画序列。

示例代码:

<!doctype html>
<title>Example</title><style>  
div {
    display: none;
    width: 100px;
    height: 100px;
    background: black;   }
</style>
<div></div>
<div></div>

<script src=animate.min.js></script><script>  
animate({
    el: "div",
    scaleX: 2,
    begin: show  });
  function show(elements) {
    elements.forEach(function(el) 
  { el.style.display = "block"; });
  }</script>

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

How to Design Programs

How to Design Programs

Matthias Felleisen、Robert Bruce Findler、Matthew Flatt、Shriram Krishnamurthi / The MIT Press / 2001-2-12 / 71.00美元

This introduction to programming places computer science in the core of a liberal arts education. Unlike other introductory books, it focuses on the program design process. This approach fosters a var......一起来看看 《How to Design Programs》 这本书的介绍吧!

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

RGB HEX 互转工具

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

HTML 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具