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

    CSS Glitch Effect

    CSS Glitch Effect

    Today we’d like to show you how to create a little experimental glitch-like effect on an image. The effect will be powered by CSS animations and the clip-path property. The technique involves using several layers of images where each one will have a clip-path, a blend mode and a translation applied to it.

    SASS Progress Tracker with CSS3 Flexbox

    SASS Progress Tracker with CSS3 Flexbox

    A progress tracker written in SASS with flexbox to be flexible and responsive out of the box. This can be used to illustrate a multi stage process e.g. form, quiz or a timeline.

    Angled Edges with CSS Clip-Path

    Angled Edges with CSS Clip-Path

    Add a consistent angled edge to a full width element. This technique uses CSS clip-path to clip the image but has a fallback using pseudo elements for older browsers. It is only intended for use on full width elements as it uses the vw unit to calulate the angle.

    Microtip : Minimal CSS Tooptip Library

    Microtip : Minimal CSS Tooptip Library

    Microtip is a modern, minimal css tooptip library with accessibility baked in. Just `1kb` minified and gzipped.

    Expanding Grid Item Animation with CSS & JS

    Expanding Grid Item Animation with CSS & JS

    Today we’d like to share a simple implementation of a grid animation with you that is based on the Dribbble shot. When a grid item is clicked, the background and the thumbnail are scaled up and moved to their fullscreen position. While the Dribbble shot is an animation for the mobile phone, we thought we could explore this concept for the desktop, too. We are using anime.js by Julian Garnier.

    Graaf : Pure CSS Grid Overlays

    Graaf : Pure CSS Grid Overlays

    Graaf is a collection of pure CSS grid overlays for designing your new projects.

    Checkbox & Radio Custom Style Bootstrap

    Checkbox & Radio Custom Style Bootstrap

    Custom style checkbox & radio for web:

    • Semantically Correct / Valid HTML Code
    • HTML5, CSS3
    • Full project and seed project (build with: Gulp, Sass)
    • Cross browser compatible ( Internet Explorer 8+, Firefox, Safari, Opera, Chrome etc. )
    • W3C Valid source code, properly formatted and commented
    • Animations CSS3

    Moving Letters Animation Effect with AnimeJs

    Moving Letters Animation Effect with AnimeJs

    Here is a collection of some beautiful text letter animation effects with anime.js

    Sliced Dual Image Layout with CSS

    Sliced Dual Image Layout with CSS

    Today we’d like to share some layouts with a sliced image look with you. The idea is to show some text elements in a grid layout and change the content and images in a slideshow fashion. For the background image slices, we created a little plugin that has a couple of additonal options. For making an interesting transition, we use a glitch effect. This effect we also apply to some of the text.

    jQuery Multi level Push Menu Plugin

    jQuery Multi level Push Menu Plugin

    Multi-level push menu is cross-browser compatible jQuery plug-in allowing endless nesting of navigation elements.This jQuery plugin is inspired by Codrops MultiLevelPushMenu but unlike it not relaying on CSS 3D Transforms and therefore functional in older browsers too (i.e. IE 8).

    Features:

    • Multi-level menu support
    • Endless nesting of navigation elements
    • Expand/Collapse navigation with a left/right swipe gesture
    • Push/Slide DOM elements of choice
    • Left-to-right and Right-to-left sliding directions
    • Flexible, simple markup
    • JS Array input, if markup is not present
    • A number of exposed Options, Methods and Events
    • Cross-browser compatibility (IE8+, Chrome, Midori, Firefox, Safari, Opera, Android Browser, iOS Safari)