Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.
/ atom-loading Public archive

The SVG icon was created by pure javascript, which simulates the loading animation of Atom's official website. https://atom.io.

License

Notifications You must be signed in to change notification settings

aolyang/atom-loading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atom official website display icon

Atom SVG icon

Online demo

CodePen demo

  • pure javascript
  • generated, only svg elements
  • easy to DIY

change a circle style

// by modify a config below, and send to mount function
const aCircle = {
  r: 36,
  width: 0.4,
  color: "rgba(95, 143, 181, 1)",
  dashArray: ["1%", "10.3%", "22%"],
  speed: 50
}
mount("#container", [aCircle])

About

The SVG icon was created by pure javascript, which simulates the loading animation of Atom's official website. https://atom.io.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published