spinkit 0.0.2 copy "spinkit: ^0.0.2" to clipboard
spinkit: ^0.0.2 copied to clipboard

Dart 1 only

A collection of loading indicators animated with CSS

SpinKit #

Simple loading spinners animated with CSS. See demo. SpinKit uses hardware accelerated (translate and opacity) CSS animations to create smooth and easily customizable animations.

Usage #

Regular CSS #

Grab the HTML and CSS for a spinner from the example files, or add SpinKit directly to your project with pub:

$ den install spinkit

SCSS #

If you're using SCSS you can include specific spinners (rather than all of them) by importing them one by one:

@import 'packages/spinkit/scss/spinners/1-rotating-plane',
        'packages/spinkit/scss/spinners/3-wave';

You currently need to use an autoprefixer if you want to support all browsers. If you're compiling your SCSS with gulp you can use gulp-autoprefixer, and grunt-autoprefixer if you use grunt.

Variables that can be overridden are listed in scss/_variables.scss.

Contributing #

See CONTRIBUTING.md for details.

1
likes
20
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A collection of loading indicators animated with CSS

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on spinkit