4 Animated CSS Loading Spinners – kSpinners.css

Category: CSS & CSS3 , Loading | April 8, 2019
Author:knekki
Views Total:2,421 views
Official Page:Go to website
Last Update:April 8, 2019
License:MIT

Preview:

4 Animated CSS Loading Spinners – kSpinners.css

Description:

The kSpinners.css library provides 4 cool animated loading spinners for modern web design:

  • Pulse
  • Signal
  • Spin
  • Swirl

See also:

How to use it:

Installation & download.

# NPM
$ npm install @knekk/spinners --save

Include the kSpinners.css on the webpage.

<!-- All In One -->
<link rel="stylesheet" href="dist/kSpinners.css">
<!-- Pulse -->
<link rel="stylesheet" href="dist/kSpinnerPulse.css">
<!-- Signal -->
<link rel="stylesheet" href="dist/kSpinnerSignal.css">
<!-- Spin -->
<link rel="stylesheet" href="dist/kSpinnerSpin.css">
<!-- Swirl -->
<link rel="stylesheet" href="dist/kSpinnerSwirl.css">

Create the loading spinners:

<i class="k-spinner--spin"></i>
<i class="k-spinner--pulse"></i>
<i class="k-spinner--swirl"></i>
<i class="k-spinner--signal"></i>

You Might Be Interested In:


Leave a Reply