Quick search results

No results found
Search
Last active 2 days ago
News about
23 Blogs
Tom King (Works at )
Avaible for freelance work
F
on Facebook
View website
T
on Twitter
View website
G
Google+
View website

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sunt in culpa qui quis.

Yesterday, 4:56 PM

Sunt in culpa qui officia deserunt mollit anim id est laborum. officia deserunt mollit anim id est laborum officia deserunt mollit anim

27 January 2016
Preloader

Minimize visual changes that occur while your app loads content by representing each operation with a single activity indicator. For example, a refresh operation should display either a refresh bar or an activity circle, but not both.

If you have content that will take a long time to load, you should give the user feedback. For this reason we provide a number activity + progress indicators.

Determinate

When indicators are determinate they indicate how long an operation will take when the percentage complete is detectable.

<div class="progress">
    <div class="determinate" style="width: 70%"></div>
</div>
Indeterminate

When indicators are indeterminate they request that the user wait while something finishes when it’s not necessary to indicate how long it will take.

<div class="progress">
    <div class="indeterminate"></div>
</div>
Circular
Circular Flashing Colors