🎬 Tween.js 缓动效果大全

体验所有缓动函数的动画效果

📊 当前动画值: {{ data1 }}

📈 Linear - 线性

{{ item.name }}
{{ item.value }}

🔵 Quadratic - 二次方

{{ item.name }}
{{ item.value }}

🔶 Cubic - 三次方

{{ item.name }}
{{ item.value }}

💠 Quartic - 四次方

{{ item.name }}
{{ item.value }}

🔥 Quintic - 五次方

{{ item.name }}
{{ item.value }}

🌊 Sinusoidal - 正弦曲线

{{ item.name }}
{{ item.value }}

🚀 Exponential - 指数曲线

{{ item.name }}
{{ item.value }}

⭕ Circular - 圆形曲线

{{ item.name }}
{{ item.value }}

🎯 Elastic - 弹性效果

{{ item.name }}
{{ item.value }}

↩️ Back - 回拉效果

{{ item.name }}
{{ item.value }}

🏀 Bounce - 弹跳效果

{{ item.name }}
{{ item.value }}