Ticket #8115 (closed feature: fixed)
Easings: Simplify equations to only rely on state
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.effects.core | Version: | 1.8.17 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 16 months ago by Scott González
- Status changed from new to closed
- Resolution set to fixed
comment:2 Changed 9 months ago by Scott González
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.