VOOZH about

URL: https://www.geeksforgeeks.org/css/primer-css-loader-animated-ellipsis/

โ‡ฑ Primer CSS Loader Animated Ellipsis - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Primer CSS Loader Animated Ellipsis

Last Updated : 23 Jul, 2025

Primer CSS is a free open-source CSS framework that is built upon systems that create the foundation of the basic style elements such as spacing, typography, and color. This systematic method makes sure our patterns are steady and interoperable with every other. Its approach to CSS is influenced by Object-Oriented CSS principles, functional CSS, and BEM architecture. It is highly reusable and flexible. It is created with GitHubโ€™s design system.

The Animated Ellipsis indicates the loading state that informs the users i.e. a particular action is being processed and might take a while to complete.

Primer CSS Animated Ellipsis Class:

  • AnimatedEllipsis: This class is used to indicate an animated ellipsis loader.

Syntax:

<span class="AnimatedEllipsis"></span>

Example 1: Below is the example that illustrates the use of Primer CSS Animated Ellipsis.

Output:

๐Ÿ‘ Image
Primer CSS Animated Ellipsis

Example 2: The below example illustrates the use of Primer CSS Animated Ellipsis using different other elements.

Output:

๐Ÿ‘ Image
Primer CSS Animated Ellipsis

Reference: https://primer.style/#animated-ellipsis

Comment