ScratchData LogoScratchData
Back to pupon's profile

マジで助けて remix

PUpupon•Created June 18, 2023
マジで助けて remix
2
2
16 views
View on Scratch

Instructions

function easeInOutQuint(x: number): number { return x < 0.5 ? 16 * x * x * x * x * x : 1 - Math.pow(-2 * x + 2, 5) / 2; }; もし<(x)<(0.5)>なら   16*x^5 でなければ   (-2*x+2)^5

Description

たぶんこう

Project Details

Project ID866705015
CreatedJune 18, 2023
Last ModifiedJune 18, 2023
SharedJune 18, 2023
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root