Horje
How to create HTML Right Left Auto Scroll Turnning

It will auto go and come the html element left and right.


Full Example

See the Example and Learn More.
index.html
Example: HTML
  <div class="wrapper">
  <div class="cards-container cards-container-left">
		<div class="card-project card-project-left">
			to Left First column
		</div>
		<div class="card-project card-project-left">
			to Left Second column
		</div>
		<div class="card-project card-project-left">
			to Left Third column
		</div>
		<div class="card-project card-project-left">
			to Left Fourth column
		</div>
	</div>
  
   <div class="cards-container cards-container-right">
		<div class="card-project card-project-right">
			to Right First column
		</div>
		<div class="card-project card-project-right">
			to Right Second column
		</div>
		<div class="card-project card-project-right">
			to Right Third column
		</div>
		<div class="card-project card-project-right">
			to Right Fourth column
		</div>
	</div>
</div>

Output should be:





html scroll

Related Articles
How to create HTML Right Left Auto Scroll Turnning HTML Scroll Tutorial
How to Scroll Horizontal Containers Mobile & Desktop HTML Scroll Tutorial


Read Full:
HTML Scroll Tutorial
Type:
Develop
Category:
Web Tutorial
Sub Category:
HTML Scroll Tutorial
Uploaded by:
Admin
Views:
158


Reffered: https://cdpn.io/sj-jay/fullpage/ExGEVyZ?anon=true&view=