# spin.js **Repository Path**: mirrors_tj/spin.js ## Basic Information - **Project Name**: spin.js - **Description**: A spinning activity indicator - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spin.js An animated CSS3 loading spinner with VML fallback for IE. * No images, no external CSS * No dependencies * Highly configurable * Resolution independent * Uses VML as fallback in old IEs * Uses @keyframe animations, falling back to setTimeout() * Works in all major browsers, including IE6 * Small footprint (~1.9K gzipped) * MIT License ## Usage ```javascript new Spinner({color:'#fff', lines: 12}).spin(target); ``` For an interactive demo and a list of all supported options please refer to the [project's homepage](http://fgnass.github.com/spin.js).