文件名称:penner:Penner缓动方程式的资料库
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-23 12:00:24
JavaScript
笔者 Penner缓动方程式的资料库 什么? 参见 用法 var t = 0 , // current time (ms, s, frames, ...) b = 10 , // initial value c = 100 , // change in value (final value - initial value) d = 2 // duration (same units as t) value = penner . easeOutQuad ( t , b , c , d ) ; 包括缓动功能 linear easeInQuad easeOutQuad easeInOutQuad easeInCubic easeOutCubic easeInOutCubic easeInQuart easeOutQuart easeInOutQuart easeInQuint e
【文件预览】:
penner-master
----package.json(745B)
----penner.coffee(5KB)
----Gruntfile.coffee(481B)
----penner.js(8KB)
----penner.min.js(3KB)
----LICENSE.md(1KB)
----.gitignore(22B)
----README.md(1KB)
----bower.json(484B)