Skip to content

Spinning loading animation for Roblox by crax

Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/177167.user.css

Screenshot of Spinning loading animation for Roblox

Details

Authorcrax

LicenseCC-BY-NC-SA-4.0

Categoryroblox

Created

Updated

Size685 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

First release, should work fine.

Source code

/* ==UserStyle==
@name           Spinning loading animation for Roblox
@namespace      USO Archive
@author         CraX_e621
@description    `Just makes the cheezit icon in the loader spin. Nothing too special.A similar style I made: https://userstyles.org/styles/177168/spinning-icon-for-roblox`
@version        20191112.12.25
@license        CC-BY-NC-SA-4.0
@preprocessor   uso
==/UserStyle== */
@-moz-document domain("roblox.com") {
@keyframes wobble {
  0% {
    transform: rotate(0deg)
  }
  30% {
    transform: rotate(-30deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

.icon-logo-r-95,
.dark-theme .icon-logo-r-95 {
    animation: wobble 2s infinite;
}
}

Reviews

No reviews yet.