/
githubmirror
/
materialize
Обзор
Документация
Войти
/
githubmirror
/
materialize
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.98.0
js/animation.js
8 строк
183 B
Kentaro Hagiwara
[fix] reindent and trim whitespace
11 ноя 2016, 12:49
11 ноя 2016, 12:49
b6b8a7a
Код
Авторство
О чём код?
// Custom Easing jQuery.extend( jQuery.easing, { easeInOutMaterial: function (x, t, b, c, d) { if ((t/=d/2) < 1) return c/2*t*t + b; return c/4*((t-=2)*t*t + 2) + b; } });