Lots of options, colors, etc.
No ads or bs.
The size and framerate are also configurable:
http://preloaders.net/en/circular
Snippets of code and tricks that would otherwise be forgotten. Useful for me, hopefully for you too.
Friday, June 28, 2013
Thursday, June 6, 2013
'Flick' scrolling on iPad & iPhone
'Flick scrolling', or kinetic scrolling, is when the user can scroll a menu with momentum.
While developing a user interface at work I discovered that 'flick scrolling' is not enabled by default in the mobile Safari browser.
Long story short, this webkit snippet will solve your problem:
-webkit-overflow-scrolling: touch;
Just put it in a css class and add it to anything that should have 'flick scrolling'.
While developing a user interface at work I discovered that 'flick scrolling' is not enabled by default in the mobile Safari browser.
Long story short, this webkit snippet will solve your problem:
-webkit-overflow-scrolling: touch;
Just put it in a css class and add it to anything that should have 'flick scrolling'.
Subscribe to:
Posts (Atom)