Automatic Presentation Rotate Slides Animation Using Only HTML CSS

Pure CSS Slides is a fully-featured rendering system, using only HTML and CSS. This HTML5 presentation template is for CSS presentation only, fully responsive, print-ready, and switches slides with a cool rotating effect.

Must Read: How to Make Instagram Slideshow with JavaScript | slide-stories

Automatic Presentation Rotate Slides Animation Details

Post NameAutomatic Image Slider in HTML CSS
Author Nameondras
CategoryCSS & CSS3, HTML & HTML5, Slider
Official PageClick Here
Official Websitegithub.com
Publish DateOctober 24, 2020
Last UpdateJuly 1, 2023
DownloadLink Below
LicenseMIT

How to make use of it:

1. Load the mandatory CSS information within the HTML.

<link rel="stylesheet" href="css/common.css" media="all" />
<link rel="stylesheet" href="css/screen.css" media="screen" />
<link rel="stylesheet" href="css/print.css" media="print" />

2. add slides to the presentation as follows:

<section id="slide1">
  <h2>CSS Only Presentation</h2>
  <a class="next" href="#slide2"></a>
  <span id="hint">Click to continue &uarr;</span>
  <ul>
    <li>CSS</li>
    <li>WCF</li>
    <li>Code</li>
  </ul>
</section>
<section id="slide2">
  <h2>Slide 2</h2>
  <a class="prev" href="#slide1"></a>
  <a class="next" href="#slide3"></a>
  Slide 2 Content
</section>
<section id="slide3">
  <h2>Slide 3</h2>
  <a class="prev" href="#slide2"></a>
  <a class="next" href="#slide4"></a>
  Slide 3 Content
</section>
<section id="slide4">
  <h2>Slide 4</h2>
  <a class="prev" href="#slide3"></a>
  <a class="next" href="#slide5"></a>
  Slide 4 Content
</section>
<section id="slide5">
  <h2>Slide 5</h2>
  <a class="prev" href="#slide4"></a>
  Slide 5 Content
  <p><a id="reset" href="#">Reset?</a></p>
</section>
<section id="start">
  <a href="#slide1">Click here to start the presentation&hellip;</a>
</section>
<aside id="time"></aside>

 

Presentation-Rotate-Slides-Animation-Demo

See Demo And Download

Official Website(ondras): Click Here

This superior jQuery/javascript plugin is developed by ondras. For extra Advanced Usages, please go to the official website.

Related Posts

Google-Translate-Dropdown-Customize-With-Country-Flag

Google Translate Dropdown Customize With Country Flag | GT API

Flag google translates jQuery text that takes advantage of the Google Cloud Translation API to translate web content between languages by selecting a country from the dropdown…

Bootstrap-Fileinput

HTML 5 File Input Optimized for Bootstrap 4.x./3.x with File Preview | Bootstrap Fileinput

bootstrap-fileinput is an improved HTML 5 file input  Bootstrap 5.x, 4.x and 3.x with file preview for different files, provides multiple selections, resumable section uploads, and more….

HStack-and-VStack-in-CSS

CSS Layout Components Horizontal/Vertical Stack | HStack and VStack

HStack and VStack in CSS – CSS layout components that (basically) stack anything horizontally and vertically. A pure CSS library that makes it easy to stack elements…

Floating-Whatsapp-Chat-Button

How to Add Floating Whatsapp Chat Button In HTML | venom-button

Venom Button is a very simple plugin for the jQuery floating WhatsApp button. Adds a floating button to your site that calls WhatsApp Click to Chat API. It will automatically start the WhatsApp…

Data-Table-Generator-Tabulator

Interactive Data Table Generator with JS/jQuery and JSON | Tabulator

Tabulator allows you to create interactive tables in seconds from any HTML Table, JavaScript array, AJAX data source, or JSON format data. Just include the library in your…

alert-confirm-prompt-attention-js

Simple Alert, Confirm, Prompt Popup Using Vanilla JavaScript Library | attention.js

JavaScript provides various built-in functionality to display popup messages for different purposes. Attention JS is a vanillaJS plugin used to create a custom alert, confirm, or Prompt…

Leave a Reply

Your email address will not be published. Required fields are marked *