Best jQuery CSS2 / CSS3.0 Plugins & Tutorials with Demo

    Responsive Layered Slider with CSS3 & jQuery

    Responsive Layered Slider with CSS3 & jQuery

    In this tutorial you will lean how to create a responsive layered slider. The slider will have multiple slides, each slide will have multiple layers which can have a different fade in effect.

    The entire slider works by using just a JavaScript document and you don’t have to attach any CSS style sheets to use it. Each layer will have 18 possible effects which you can use to your liking. All animations are created by inserting CSS code into the page using JavaScript

    Gradify : CSS Gradient Placeholders

    Gradify : CSS Gradient Placeholders

    A module to produce CSS gradients as placeholders for images.

    Filterable Product Grid with jQuery & CSS3

    Filterable Product Grid with jQuery & CSS3

    A responsive product grid layout with touch-friendly Flickity galleries and Isotope-powered filter functionality.This Blueprint is a responsive Isotope-powered product grid layout where each grid item is a Flickity image slider. A small cart icon animation indicates that a product was added to the shopping cart. The product filter utilizes the Isotope filter functionality. Some example media queries are used to show how to make the layout adaptive.

    Hover Carousel with jQuery & CSS3

    Hover Carousel with jQuery & CSS3

    This super lightweight jQuery carousel which only moves left and right in relation to the mouse position inside it’s area.

    Animatia : CSS Image Hover Effects

    Animatia : CSS Image Hover Effects

    The aim of this product is to provide quality ‘Image Hover Effects’. So that You may use them in your web projects and enhance the web experience of your users.

    Animatia contains different types of designs like button styles, overlay effects , image effects , details and captions. You can find them all together in one product.

    • Button Styles ( 22 )
    • Overlay Effects ( 27 )
    • Details Styles ( 30 )
    • Captions ( 20 )
    • Images Styles ( 6 )
    • Social Media Icons (8 )

    letterer.js : Breaks HTML into individual Characters & Words

    letterer.js : Breaks HTML into individual Characters & Words

    Breaks HTML into individual characters, and words, without messing up the semantic structure.The script recursively runs over the initial DOM node’s children and breaks everything down. It’s pretty lightweight and does not require any 3rd party library. Note that a class is added to each letter in the break down process, so later it could be removed so cool CSS3 transition effects could be done.

    Iconifying Content with jQuery & CSS3

    Iconifying Content with jQuery & CSS3

    This tutorial will walk you through the concept of iconification — taking content on a page and applying CSS to transform it into a simplified, icon-sized preview of itself.

    textChaos : Abstract CSS3 Text Animations

    textChaos : Abstract CSS3 Text Animations

    textChaos allows you to easily add unique and abstract CSS3 text animations to your page. All animations are hardware accelerated and completely random – delivering a different animation experience for every visit.

    • Multiple instance support
    • Easy to setup
    • Lightweight
    • Custom Character Selection
    • Define Color Palettes
    • Set Random Speed Ranges
    • Set Font Size and Scaling Ranges
    • Define Random Rotation Angles
    • No Coding Skills Needed

    Carousel using only HTML and CSS

    Carousel using only HTML and CSS

    I’ve been working on a site that uses a CMS that’s a bit limiting. I can add my own HTML and CSS to the site, but JavaScript is off-limits.

    I had some ideas of how I could make that work using CSS animations and the transform property, but that would leave me with a carousel that scrolled automatically and didn’t allow for user input which wasn’t really what I was looking for. After some thinking, I eneded up with a solution that uses absolute positioning and the :target pseudo-selector to change the z-index and opacity of our carousel items to cycle through them.

    Color Extraction Effect with CSS Filters

    Color Extraction Effect with CSS Filters

    Today we’d like to share a fun little color extraction experiment with you. The idea is to create a color palette from an image with a subtle effect on the image itself and some fanciness on the palette. We are using Vibrant.js by Jari Zwarts to extract the colors from the images, and CSS Filters to transition the image to a black and white version. We also implemented a simple slider with a special “curtain” effect.