Easing Progress 1.1.1

last update : 2026/8/5

時間を使わず、任意のprogressをイージングします。

同じprogressを複数のイージングへ渡し、それぞれのvalue = 0〜1を求めます。

Progress

バーを操作してprogressを0から1まで変更します

Easing JavaScript Position Value
linear.inOuteasing( 'linear', 'inOut', progress )
0.4000
power1.inOuteasing( 'power1', 'inOut', progress )
0.3200
power2.inOuteasing( 'power2', 'inOut', progress )
0.2560
power3.inOuteasing( 'power3', 'inOut', progress )
0.2048
power4.inOuteasing( 'power4', 'inOut', progress )
0.1638
sine.inOuteasing( 'sine', 'inOut', progress )
0.3455
expo.inOuteasing( 'expo', 'inOut', progress )
0.1250
circ.inOuteasing( 'circ', 'inOut', progress )
0.2000