three-dots

WebJar for three-dots

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

three-dots
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

three-dots
WebJar for three-dots
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/nzbin/three-dots

Download three-dots

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/three-dots/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>three-dots</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/three-dots/
implementation 'org.webjars.npm:three-dots:0.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/three-dots/
implementation ("org.webjars.npm:three-dots:0.2.0")
'org.webjars.npm:three-dots:jar:0.2.0'
<dependency org="org.webjars.npm" name="three-dots" rev="0.2.0">
  <artifact name="three-dots" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='three-dots', version='0.2.0')
)
libraryDependencies += "org.webjars.npm" % "three-dots" % "0.2.0"
[org.webjars.npm/three-dots "0.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Three Dots

npm license Financial Contributors on Open Collective

The project is a set of CSS loading animations created with three dots which made by just single element. I think the project can not only enhance your CSS skills but also improve your imagination.

The LESS files are contributed by other people, it's not the newest.

Installation

$ npm install three-dots --save

Usage

  1. Include the CSS in your file:
<link href="/path/to/three-dots.css" rel="stylesheet">
  1. Add just one div tag:
<div class="dot-elastic"></div>

Here’s the list of three-dots classes you can choose from:

dot-elastic
dot-pulse
dot-flashing
dot-collision
dot-revolution
dot-carousel
dot-typing
dot-windmill
dot-bricks
dot-floating
dot-fire
dot-spin
dot-falling
dot-stretching

Customization

  1. Checkout this repo and
$ npm install
  1. Customize the dots size ( color, spacing, etc. ) in the _variables.scss file.
$dot-width: 10px;
$dot-height: 10px;
$dot-radius: $dot-width/2;

$dot-color: #9880ff;
$dot-bg-color: $dot-color;
$dot-before-color: $dot-color;
$dot-after-color: $dot-color;

$dot-spacing: $dot-width + $dot-width/2;
  1. Compile Sass files
$ npm run build

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]

License

MIT

Versions

Version
0.2.0