nprapps / electris

Elections 2012
elections2012.npr.org
Other
13 stars 3 forks source link

Use spinner for interactivity on slower devices (or everywhere) #392

Open onyxfish opened 11 years ago

onyxfish commented 11 years ago

Android and iOS are still somewhat slow, but everywhere else seems acceptable. I'd be in favor of just turning on the spinner on all touch devices and calling it good.

alykat commented 11 years ago

I think we may already have the spinner on touch devices (or at least should)?

.touch-device .tossups b { background: url('../img/ajax-loader.png') no-repeat center -9999px; }
.touch-device .tossups .spinner b { text-indent: -9999px; background-position: center center; }
onyxfish commented 11 years ago

Hmmm, not sure why but I don't see it on my Android tab.