Creating Automatic CSS Image slider with CSS3 animation & HTML5 | No Javascript or Jquery - Tutorial

Creating Automatic CSS Image slider with CSS3 animation & HTML5 | No Javascript or Jquery - Tutorial

Let's learn how to create an automatic CSS image slider with the help of CSS3 animations and transforms without using any line of javascript or jquery. Creating a pure CSS slider or HTML and CSS carousel was never been so easier. And if you think for the first time, you may wonder how will the slides move around without js or jquery, well that's the magic of CSS animation, @keyframe rule and transforms. I'll start off by creating a simple HTML structure for our automatic Image slider and then we will style it using CSS. This CSS image slider will contain four different images, which serves as a slide for each turn, these slides will automatically slide after few seconds of gap. This will make it look like an auto playing slide show which we have created only with CSS. This simple CSS image slider is great to demonstrate the power of css3 animation property. The purpose of this video is to show the possibilities of CSS animation. You can take this image slider further to make it look like a content slider by adding some extra markup. ===========CSS SLIDER SOURCE CODE============== https://goo.gl/88uMd6 ============Useful Tutorials============= Creating a stitched border look with css    • CSS Stitched Border Effect - CSS Quick Tip...   Creating Multiple borders effect using CSS https://goo.gl/UbVmwR Creating Multilevel horizontal Navigation Bar using Flexbox https://goo.gl/Erkzp6 Creating Simple Responsive Horizontal Menu using CSS3 Flex https://goo.gl/8efLMN Creating a Masonry Layout Using Pure CSS3 https://goo.gl/QFNVJa Creating a Custom Select Box Element https://goo.gl/uj46tI How to create simple css3 preloading animation https://goo.gl/GqjXCr How to add preloader to your web page using javascript https://goo.gl/ZugNcP