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
The "css" property set (changing border) is applied right away, whereas perspective is applied after scale as per the animation queue.
Is there a way to defer subsequent chained object execution until after all your transitions finish? E.g. scale, then flip, then add class? So then you could:
$(obj).transition({scale: 0}).hide();
The text was updated successfully, but these errors were encountered:
Say I have an effect with chaining
The "css" property set (changing border) is applied right away, whereas perspective is applied after scale as per the animation queue.
Is there a way to defer subsequent chained object execution until after all your transitions finish? E.g. scale, then flip, then add class? So then you could:
The text was updated successfully, but these errors were encountered: