Medium-style Loading Bar with JavaScript and CSS3 Animations – app-loading

Category: Javascript , Loading , Recommended | July 15, 2015
Authoraprilorange
Last UpdateJuly 15, 2015
LicenseMIT
Views908 views
Medium-style Loading Bar with JavaScript and CSS3 Animations – app-loading

app-loading is a minimalist JavaScript library used to show a Medium.com style app loading bar with smooth CSS3 animations.

How to use it:

Import the app-loading.css and app-loading.min.js into the web page.

<link rel="stylesheet" href="app-loading.css">
<script src="app-loading.min.js"></script>

Start a loading effect.

appLoading.start()

Stop the loading effect.

appLoading.stop()

 

You Might Be Interested In:


Leave a Reply