Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 751 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 751 Bytes

Timeline Slider Concept

Nice and smooth timeline-like slider with gradient icons and gradient shadows. It's fully responsive and works on any device sizes.

Check The Live Demo

Desktop demo (gif)

Responsive demo (gif)

Stack

  • HTML5
  • CSS3 (flex, grid, gradients, transitions)
  • JS (ES6+)
  • Vite

How to run locally

  • install dependencies
npm install
// or
yarn
  • start local server via Vite
npm start dev

// or

yarn dev