Simple Effects for Drop-Down Lists | Codrops A jQuery plugin for transforming select inputs into drop-down lists with some simple expanding effects. VIEW DEMO DOWNLOAD SOURCE Today we want to share some simple drop-down list effects with you. The idea is to transform a normal select input into something more appealing with a jQuery plugin. The…
Tag: effect
Three Script Updates | Codrops
Three Script Updates | Codrops The animated responsive grid, the direction-aware hover effect and the swatchbook have all been updated and added to GitHub. We have updated three scripts and added them to GitHub: the Animated Responsive Image Grid, the Direction-Aware Hover Effect with CSS3 and jQuery and the Swatch Book with CSS3 and jQuery. Take a look at…
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…
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…
How to recreate the new e-bay site scrolling effect | PEPSized
How to recreate the new e-bay site scrolling effect | PEPSized VIEW DEMO DOWNLOAD In this tutorial we will try to recreate the scrolling effect you’ve seen on the new e-bay site. We’ll create a simple responsive one-page site presenting the beauty and benefits of lavender. No javascript needed – we will use only css.
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…
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…
PFold: Paper-Like Unfolding Effect | Codrops
PFold: Paper-Like Unfolding Effect | Codrops A highly experimental jQuery plugin that let’s you unfold elements to reveal more content just like on a piece of paper. Unfolding directions and number of steps can be specified. VIEW DEMO DOWNLOAD SOURCE PFold is a very experimental jQuery plugin that makes it possible to open elements in a paper-like unfolding…
Create 3D and Space Efficient Menu with Meny | Web Resources | WebAppers
Create 3D and Space Efficient Menu with Meny | Web Resources | WebAppers Meny is a three dimensional and space efficient menu. Meny works best in browsers with support for CSS 3D transforms, although it falls back on 2D animation for older browsers. Supports touch events for mobile devices. Meny requires two HTML elements to work: a…