Progress
バーを操作してprogressを0から1まで変更します
| Easing | JavaScript | Position | Value |
|---|---|---|---|
linear.inOut | easing( 'linear', 'inOut', progress ) | ||
power1.inOut | easing( 'power1', 'inOut', progress ) | ||
power2.inOut | easing( 'power2', 'inOut', progress ) | ||
power3.inOut | easing( 'power3', 'inOut', progress ) | ||
power4.inOut | easing( 'power4', 'inOut', progress ) | ||
sine.inOut | easing( 'sine', 'inOut', progress ) | ||
expo.inOut | easing( 'expo', 'inOut', progress ) | ||
circ.inOut | easing( 'circ', 'inOut', progress ) |