HTML carousel slideshow from scratch using horizontal scrolling

Опубликовано: 10 Октябрь 2024
на канале: Vladsave Coding
2,881
80

In this video we are writing a carousel slideshow from scratch using HTML, CSS and Javascript. We are not using any libraries but instead we are going to configure the browser scrolling to get a nice transition animation between the slides.

Code:
https://vladsave.com/?p=199

Business website. You can hire me there
https://vladsave.com

Chapters:
00:00 Introduction
00:21 The design we are going for
00:46 HTML
02:43 CSS
05:57 Add horizontal scrolling to the container
08:00 Javascript for the left and right arrows
10:28 Reconfigure the scrolling behavior