Shopify / dashing

The exceptionally handsome dashboard framework in Ruby and Coffeescript.
http://shopify.github.com/dashing/
MIT License
10.98k stars 1.18k forks source link

animation on slow machines #331

Open jurek7 opened 10 years ago

jurek7 commented 10 years ago

is it possible to disable animation during dashboard initialization. i'm running dashboard view on raspberry pi and it hangs for a moment while loading page

mkrakowitzer commented 9 years ago

Did you ever figure this out? I need to do the same.

terraboops commented 9 years ago

Are there specific widgets that hang? I think you'd have to deal with this on a widget-by-widget basis, as they all work differently.

There are some animations in application.scss that you could disable, but I doubt those are slowing you down. CSS is usually blazing fast...