Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Won't run smoothly with the inspector open #100

Open
interactiveRob opened this issue Mar 29, 2024 · 0 comments
Open

Won't run smoothly with the inspector open #100

interactiveRob opened this issue Mar 29, 2024 · 0 comments

Comments

@interactiveRob
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant