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

Category: Javascript , Loading , Recommended | July 15, 2015
Author:aprilorange
Views Total:894 views
Official Page:Go to website
Last Update:July 15, 2015
License:MIT

Preview:

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

Description:

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