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

Application gets really slow with a lot of lines #13

Open
martinbroos opened this issue Jun 20, 2012 · 1 comment
Open

Application gets really slow with a lot of lines #13

martinbroos opened this issue Jun 20, 2012 · 1 comment

Comments

@martinbroos
Copy link

Hi, I'm using your plugin to create a presentation website. It worked great but now i have 35 line drawings it gets really slow on initiating the website.

When its loaded it's fast but it hangs on the javascript to draw the lines when visiting the url. Google Chrome even crashes.

Any help on solving this issue is appreciated.

Maybe something to load the lines asynchronous? I think the canvas api should be able to load 35 lines...

@martinbroos
Copy link
Author

It solved itself when i setted the drawing of the path to false.

$(".wrapper").scrollPath({drawPath: false, wrapAround: true});

Still it is kinda hard to create a big slide website when a lot of browsers can't handle the canvas requests. On 100 lines it will not play anywhere. So you can't debug.

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