ease
概要
イージングを行う関数。
https://scrapbox.io/files/6247887dcf542200206fc63e.png
関数一覧
table:_
関数 概要
ease.linear 線形イージング
ease.inQuad 二次イージング
ease.outQuad 二次イージング
ease.inOutQuad 二次イージング
ease.outInQuad 二次イージング
ease.inCubic 三次イージング
ease.outCubic 三次イージング
ease.inOutCubic 三次イージング
ease.outInCubic 三次イージング
ease.inQuart 四次イージング
ease.outQuart 四次イージング
ease.inOutQuart 四次イージング
ease.outInQuart 四次イージング
ease.inQuint 五次イージング
ease.outQuint 五次イージング
ease.inOutQuint 五次イージング
ease.outInQuint 五次イージング
ease.inSine サインイージング
ease.outSine サインイージング
ease.inOutSine サインイージング
ease.outInSine サインイージング
ease.inExpo 指数イージング
ease.outExpo 指数イージング
ease.inOutExpo 指数イージング
ease.outInExpo 指数イージング
ease.inCirc 円イージング
ease.outCirc 円イージング
ease.inOutCirc 円イージング
ease.outInCirc 円イージング
ease.inElastic 弾性イージング
ease.outElastic 弾性イージング
ease.inOutElastic 弾性イージング
ease.outInElastic 弾性イージング
ease.inBack バックイージング
ease.outBack バックイージング
ease.inOutBack バックイージング
ease.outInBack バックイージング
ease.inBounce バウンスイージング
ease.outBounce バウンスイージング
ease.inOutBounce バウンスイージング
ease.outInBounce バウンスイージング
#API