You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only scale is animated; opacity jumps immediately from its current value to 0.3.
Thus it seems impossible with jquery.transit to animate two different css properties of an object at the same time, if the transitions have different durations or delays (or if you have other reasons to want to separate the animations into distinct calls to $.transit().
The text was updated successfully, but these errors were encountered:
Simultaneous transitions on a single element don't seem to work if using multiple calls to
$.transit()
.For example:
Only
scale
is animated;opacity
jumps immediately from its current value to 0.3.Thus it seems impossible with
jquery.transit
to animate two different css properties of an object at the same time, if the transitions have different durations or delays (or if you have other reasons to want to separate the animations into distinct calls to$.transit()
.The text was updated successfully, but these errors were encountered: