Skip to content

Instantly share code, notes, and snippets.

View ms-fadaei's full-sized avatar
🏠
Working from home

Mohammad Saleh Fadaei ms-fadaei

🏠
Working from home
View GitHub Profile
@ms-fadaei
ms-fadaei / EasingFunctions.json
Created January 11, 2023 10:28 — forked from gre/EasingFunctions.json
DEPRECATED Please use http://github.com/gre/bezier-easing for latest vrrsion.
{
"ease": [0.25, 0.1, 0.25, 1.0],
"linear": [0.00, 0.0, 1.00, 1.0],
"ease-in": [0.42, 0.0, 1.00, 1.0],
"ease-out": [0.00, 0.0, 0.58, 1.0],
"ease-in-out": [0.42, 0.0, 0.58, 1.0]
}