高性能 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

Data Structures and Algorithms in Java

Data Structures and Algorithms in Java

Robert Lafore / Sams / 2002-11-06 / USD 64.99

Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use......一起来看看 《Data Structures and Algorithms in Java》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

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

在线 XML 格式化压缩工具

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

RGB CMYK 互转工具