文件名称:animation:非常简单的JS动画
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-16 08:53:24
JavaScript
动画片 非常简单的JS动画 // e.g.: http://jsfiddle.net/88y41282/1/ var vanilla = document.getElementById("vanilla"); Animation( null, {duration: 1300}) .done(function() { var style = window.getComputedStyle( vanilla, null ) var o = {}; this.each(["height", "width", "left", "top"], function( index, name ) { o[name] = +style .getPropertyValue( name ) .slice(
【文件预览】:
animation-master
----README.md(1KB)
----animation.js(3KB)