three-dots
Version:
CSS loading animation made by single element.
17 lines (13 loc) • 319 B
text/less
/**
* ==============================================
* Variables
* ==============================================
*/
@dotWidth: 10px;
@dotHeight: 10px;
@dotRadius: @dotWidth/2;
@dotColor: #9880ff;
@dotBgColor: @dotColor;
@dotBeforeColor: @dotColor;
@dotAfterColor: @dotColor;
@dotSpacing: @dotWidth+@dotWidth/2;