From c7223b952d662cd2f0f0886705ffcd1931620fe2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Sat, 11 Feb 2012 12:20:46 -0500 Subject: [PATCH] Easings: Rewrote all easings to only rely on state and reduce code size. Fixes #8115 - Easings: Simplify equations to only rely on state. (cherry picked from commit c0093b599fcd58b6ad122ab425c4cc1a4da4a520) Conflicts: ui/jquery.effects.core.js --- demos/effect/easing.html | 35 +++--- ui/jquery.effects.core.js | 231 ++++++-------------------------------- 2 files changed, 53 insertions(+), 213 deletions(-) diff --git a/demos/effect/easing.html b/demos/effect/easing.html index c97535c0b..610e30208 100644 --- a/demos/effect/easing.html +++ b/demos/effect/easing.html @@ -15,10 +15,9 @@