#8115 closed feature (fixed)
Easings: Simplify equations to only rely on state
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.effects.core | Version: | 1.8.17 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery has been passing 0 for the start value and 1 for the difference since v1.2. We should simplify the easings to only rely on state.
This has been done for core as well: http://bugs.jquery.com/ticket/11284
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
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
Changeset: c7223b952d662cd2f0f0886705ffcd1931620fe2
Note: See
TracTickets for help on using
tickets.
Easings: Rewrote all easings to only rely on state and reduce code size. Fixes #8115 - Easings: Simplify equations to only rely on state.