Animated Image Comparison Slider

Intermediate

Interactive before/after image comparison slider with smooth animations and responsive design, perfect for showcasing transformations and improvements.

Live Preview

Code Implementation

HTML
<div class="comparison-container">
  <div class="comparison-demo">
    <div class="comparison-header">
      <h2>Before & After Comparison</h2>
      <p>Drag the slider to see the transformation</p>
    </div>
    
    <div class="image-comparison" id="imageComparison">
      <div class="image-container">
        <img src="https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=600&h=400&fit=crop" alt="After" class="after-image">
        <img src="https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=600&h=400&fit=crop" alt="Before" class="before-image">
        <div class="slider-handle" id="sliderHandle">
          <div class="handle-line"></div>
          <div class="handle-label">Drag Me</div>
        </div>
      </div>
      
      <div class="comparison-labels">
        <div class="label before-label">Before</div>
        <div class="label after-label">After</div>
      </div>
    </div>
  </div>
</div>

Snippet Features

Responsive Design: Yes
Dark Mode Support: No
Category: photo-galleries
Difficulty Level: Intermediate

Browser Compatibility

🟢
chrome 50+
🟠
firefox 45+
🔵
safari 10+
🟦
edge 15+