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
A simple horizontal slider set to transform mode will run very jerky when the inspector tab is open in dev tools.
Not a big issue, but it did make me think this plugin wasn't working properly for 20 minutes before I realized that the inspector itself was the cause of the bug.
My guess would be that the browser memory/render is dropping frames trying to display the transform and the inline styles on the draggable element. The animation tween is currently being applied via rapid fire inline CSS transforms.
The text was updated successfully, but these errors were encountered:
A simple horizontal slider set to
transform
mode will run very jerky when the inspector tab is open in dev tools.Not a big issue, but it did make me think this plugin wasn't working properly for 20 minutes before I realized that the inspector itself was the cause of the bug.
My guess would be that the browser memory/render is dropping frames trying to display the transform and the inline styles on the draggable element. The animation tween is currently being applied via rapid fire inline CSS transforms.
The text was updated successfully, but these errors were encountered: