Wednesday 4 July 2012

FLUID CSS3 SLIDESHOW WITH PARALLAX EFFECT



In this tutorial we will create a slideshow with a parallax effect using several CSS3 properties. The idea is to move the background positions of two backgrounds while sliding the container of the slides.

In this tutorial, they are going to create a slideshow with a parallax effect with the help of some CSS3 properties. We’ll use radio buttons and sibling combinators for controlling which slide is shown. There will be two backgrounds and the idea is to change the background positions and the position of the slider with transitions in order to create a slight parallax effect.

Download link: http://tympanus.net/codrops/2012/04/30/fluid-css3-slideshow-with-parallax-effect/

CSS-ONLY RESPONSIVE LAYOUT WITH SMOOTH TRANSITIONS

A tutorial on how to create a 100% width and height smooth scrolling layout with CSS only. Using a radio button navigation and sibling combinators we will trigger transitions to the respective content panels, creating a "smooth scrolling" effect.

You Can download this tutorial from: http://tympanus.net/codrops/2012/06/12/css-only-responsive-layout-with-smooth-transitions/