mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 12:17:55 -05:00
This change makes .cur() more .cssHooks friendly. .cur() now returns the unmodified value by .css() if it isn't a number, number-alike or a value that needs a fallback to 0. This way fx.start doesn't need to be recalculated for complex values.