Category · Loading Animations Difficulty Level · Intermediate Published on · January 20, 2024

Animated Loading Button

A modern button with smooth loading animation and state transitions, perfect for form submissions and async operations.

#animation #loading #button #css #transitions

Responsive Design

Yes

Dark Mode Support

No

lines

128

Browser Compatibility

Chrome · Firefox · Safari · Edge

Live Preview

Interact with the component without leaving the page.

200px

HTML

9

lines

CSS

87

lines

JavaScript

32

lines


                <div class="button-container">
  <button class="loading-btn" id="loadingBtn" type="button" aria-live="polite" aria-busy="false" aria-disabled="false">
    <span class="btn-text">Submit</span>
    <span class="btn-loader">
      <span class="spinner"></span>
    </span>
  </button>
  <span class="sr-only" id="btnStatus" aria-live="polite"></span>
</div>

              
9lines
355characters
HTMLLanguage

Browser Compatibility

Chrome

≥ 50

Firefox

≥ 45

Safari

≥ 10

Edge

≥ 15

Related Code Snippets

Explore template packs

Need larger building blocks? Browse responsive landing pages and component bundles.

Open HTML Template Library →