Opened 11 years ago
Closed 11 years ago
#11284 closed enhancement (fixed)
Simplify easings to only rely on the state.
Reported by: | scottgonzalez | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | effects | Version: | 1.7.1 |
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 linear and swing easings to only rely on state.
Change History (3)
comment:1 Changed 11 years ago by
Component: | unfiled → effects |
---|
comment:2 Changed 11 years ago by
Priority: | undecided → low |
---|---|
Status: | new → open |
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Easing: Only use the state to calculate the value. Fixes #11284 - Simplify easings to only rely on the state.
Changeset: 8618487c536f7128222e3d0fefca933cc3e94298
Note: See
TracTickets for help on using
tickets.
https://github.com/jquery/jquery/pull/672