jquery/jquery

Rearrange animation options logic

Open

#2 255 ouverte le 3 mai 2015

Voir sur GitHub
 (16 commentaires) (0 réactions) (0 assignés)JavaScript (20 438 forks)batch import
Effectshelp wanted

Métriques du dépôt

Stars
 (59 842 stars)
Métriques de merge PR
 (Merge moyen 16h 54m) (7 PRs mergées en 30 j)

Description

cc @gnarf

.animate uses the undocumented jQuery.speed (its only use, in fact) to manipulate options before sending them to Animation, where they are preserved as "original": https://github.com/jquery/jquery/pull/2218#issuecomment-98504382

We should move such manipulation so that anim.originalOptions is in fact what it claims to be.

Guide contributeur