From c0093b599fcd58b6ad122ab425c4cc1a4da4a520 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. --- demos/effect/easing.html | 35 +++--- ui/jquery.effects.core.js | 250 ++++++-------------------------------- 2 files changed, 53 insertions(+), 232 deletions(-) diff --git a/demos/effect/easing.html b/demos/effect/easing.html index e3270c070..f3e07a9c5 100644 --- a/demos/effect/easing.html +++ b/demos/effect/easing.html @@ -15,10 +15,9 @@