Modify ↓
Ticket #11284 (closed enhancement: fixed)
Simplify easings to only rely on the state.
| Reported by: | scott.gonzalez | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | effects | Version: | 1.7.1 |
| 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 linear and swing easings to only rely on state.
Change History
comment:2 Changed 16 months ago by addyosmani
- Priority changed from undecided to low
- Status changed from new to open
comment:3 Changed 16 months ago by Scott González
- Status changed from open to closed
- Resolution set to fixed
Easing: Only use the state to calculate the value. Fixes #11284 - Simplify easings to only rely on the state.
Changeset: 8618487c536f7128222e3d0fefca933cc3e94298
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

https://github.com/jquery/jquery/pull/672