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
c12e687 Big performance improvement by detaching the container, making the style change, and reattaching. Most of the performance gain comes from how this negates any transition effects.
40db993 Leaves menu slide styles the same for browsers without transforms, but for browsers with transform support the slide contents now truly scale instead of the old pseudoscaling using em units. Requires doing some iteration over the slides in JS and applying styles there, which is too bad, but had to be done.
You can do better.
The text was updated successfully, but these errors were encountered: