Animations-Transitions

TwitterFacebook
Get flash to fully experience Pearltrees
Posted at Codrops by Mary Lou A tutorial on how to create a responsive vertical fullscreen slider that moves its sections in opposite directions. We'll be using jQuery, CSS Transitions and media queries to make the layout adaptive. In this tutorial we will create a very simplistic and responsive product slider for an online store or a portfolio. http://bcreativeweb.blogspot.com/2012/11/vertical-showcase-slider-with-jquery.html

Vertical Showcase Slider with jQuery and CSS Transitions

http://bcreativeweb.blogspot.com/2012/09/using-css3-transitions-comprehensive.html

Using CSS3 transitions: A comprehensive guide

Posted at Adobe Developer Connection by Louis Lazaris If you've been reading up on the latest in CSS-related techniques and tips, then there's no doubt that you've probably come across articles, blog posts, and tutorials of all sorts that have covered the topic of CSS3 transitions, which allows property changes in CSS values to occur smoothly over a specified duration. The module in the W3C specification that covers CSS3 transitions is now close to attaining Candidate Recommendation status, which means that this is a CSS3 technique that is now a staple in the toolbox of many modern CSS developers. This article covers CSS3 transitions in-depth.
http://bcreativeweb.blogspot.com/2012/09/3d-flipping-circle-with-css3-and-jquery.html .fc-content { width : 220px ; height : 100% ; padding : 20px ; text-align : right ; position : relative ; .fc-content p {

3D Flipping Circle with CSS3 and JQuery

http://bcreativeweb.blogspot.com/2012/09/create-banner-using-css-animation.html

Create Banner Using CSS Animation & Keyframe

#banner_wrapper { background : #d1edf9 ; border : 1px solid #759BAA ; box-shadow: 0px 0px 5px #9EC8D8 ;
At first keeping track of all the latest trends in CSS, HTML, web design, web development, Javascript, JQuery, PHP and so on, was rather easy, with a few reliable bookmarks and some snippets somewhere in my hard drive. With the years passing by and this library getting bigger, things got tricky. I ended up with endless bookmarks and feeds. My pearls got chaotic despite my efforts to properly categorize them and pocket was not much my style. Sooooooo.......... You can consider this blog my personal library, for anything that I find interesting, handy or just catchy!

47 Amazing CSS3 Animation Demos

http://bcreativeweb.blogspot.com/2012/09/47-amazing-css3-animation-demos.html
http://bcreativeweb.blogspot.com/2012/09/timed-notifications-with-css-animations.html Posted at Codrops by Mary Lou A quick tip on how to create some simple timed notifications with CSS animations. The idea is to show a notification with a progress bar for a specific duration and then make it disappear.

Timed Notifications with CSS Animations

Posted at david walsh blog CSS animations are a lot of fun; the beauty of them is that through many simple properties, you can create anything from an elegant fade in to a WTF-Pixar-would-be-proud effect. One CSS effect somewhere in between is the CSS flip effect, whereby there's content on both the front and back of a given container. This tutorial will show you show to create that effect in as simple a manner as possible. Quick note: this is not the first tutorial about this effect, but I've found the others over-complicated.

Create a CSS Flipping Animation

http://bcreativeweb.blogspot.com/2012/09/create-css-flipping-animation.html

3D Restaurant Menu Concept

http://bcreativeweb.blogspot.com/2012/10/3d-restaurant-menu-concept.html Posted at Codrops by Mary Lou A responsive 3D menu concept for a restaurant website. The idea is to show the menu as a folded flyer and unfold it in order to show the menu items. Applying CSS 3D transforms to components can bring some more realism to normally flat web elements.
Up to this point, the most common use for CSS3 Transitions has been in conjunction with the well-known CSS :hover pseudo-class. Here’s a typical transition that changes link color on mouseover using pure CSS: This will animate the color property when you hover over a link on the page. Pretty simple, and you’ve probably seen or used something similar. http://www.impressivewebs.com/css3-transitions-without-hover/

CSS3 Transitions Without Using :hover

Circle Hover Effects wtih CSS Transitions

http://bcreativeweb.blogspot.com/2012/10/circle-hover-effects-wtih-css.html Posted at Codrops by Mary Lou A tutorial about how to create different interesting hover effects on circles with CSS transitions and 3D rotations. In today's tutorial we'll experiment with hover effects on circles.