Adaptive Thumbnail Pile Effect with Automatic Grouping | Codrops An experimental jQuery plugin that will group thumbnails by a shared data-attribute into a pile. When clicking on the pile, the thumbnails that belong to that pile will be spread into a grid using CSS transitions. VIEW DEMO DOWNLOAD SOURCE This experimental jQuery plugin allows the automatic…
Tag: css
Responsive CSS Timeline with 3D Effect | Codrops
Responsive CSS Timeline with 3D Effect | Codrops A tutorial about how to create an experimental CSS-only timeline with a 3D effect. The idea is to expand a content area when the associated radio input is selected. VIEW DEMO DOWNLOAD SOURCE In this tutorial we are going to experiment with perspective and use a radio input…
Quick Tip: Styling Scrollbars to Match Your UI Design | Webdesigntuts
Quick Tip: Styling Scrollbars to Match Your UI Design | Webdesigntuts DownloadSOURCE FILES DemoVIEW IT ONLINE This tip will guide you in improving the look and feel of scrollbars to match your UI design. We’ll take a look at what WebKit browsers offer us in terms of CSS, plus we’ll use a jQuery fallback to…
Creative CSS Loading Animations | Codrops
Creative CSS Loading Animations | Codrops In this tutorial we’ll show you how to make some creative css-only loading animations also known as activity indicators. VIEW DEMO DOWNLOAD SOURCE
Baraja: A Plugin for Spreading Items in a Card-Like Fashion | Codrops
Baraja: A Plugin for Spreading Items in a Card-Like Fashion | Codrops With this jQuery plugin items can be spread in a card-like fashion and displayed in an unusual way. Several parameters allow many different spreading results, allowing a unique pattern. VIEW DEMO DOWNLOAD SOURCE Baraja is an experimental and fun jQuery plugin that allows to…
Gamma Gallery: A Responsive Image Gallery Experiment | Codrops
Gamma Gallery: A Responsive Image Gallery Experiment | Codrops Gamma Gallery is an experimental responsive image gallery that attempts to provide an adjustable responsive images approach taking its grid layout and the full slideshow view into account. VIEW DEMO DOWNLOAD SOURCE Creating a truly responsive image gallery can be a very tricky and difficult thing. There…
10 Easy Image Hover Effects You Can Copy and Paste | Design Shack
10 Easy Image Hover Effects You Can Copy and Paste | Design Shack Hover effects are always a fun topic to explore. In the past, we’ve built someawesome examples of CSS hovers that were easy to copy and paste right into your code. Today, we’re going to follow that up with ten new effects specifically built…
Slit Slider Revised | Codrops
Slit Slider Revised | Codrops Slit Slider is a slideshow with a twist: when navigating the slides, the current one will be “cut open” into two slices and moved away, revealing the next or previous slide. The slider can be used in a responsive context and it has been updated and improved. VIEW DEMO DOWNLOAD SOURCE…
Basic Ready-to-Use CSS Styles | Codrops
Basic Ready-to-Use CSS Styles | Codrops This is a collection of some basic styles that can come in handy when creating your own style definitions. Learn how to make some useful classes for simple styles and how to apply them to a variety of elements. VIEW DEMO DOWNLOAD SOURCE Today we are going to dig a…
A Simple Parallax Scrolling Technique | Nettuts
A Simple Parallax Scrolling Technique | Nettuts DownloadSOURCE FILES DemoVIEW IT ONLINE Parallax scrolling is an interesting technique, where, as you scroll, the background images translate slower than the content in the foreground, creating the illusion of 3D depth. As I planned to re-design my personal website, my first goal was to write the shortest and…