It’s the little things
Sometimes those little touches can give you a nice feel to your site. Here’s one…add this code to the top of your CSS:
* { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease;}
Wherever you have hovers and similar things, it will transition between the 2 states. Try it out!
The idea for this came from one of my favorite sites, CSS Tricks. Article is here: http://css-tricks.com/things-it-might-be-funuseful-to-try-the-universal-selector-on/
Recent Posts
- Box Shadow Inset on Input Field? Yes, please!
- WordPress Plugins I use
- Last Web Page Update (IE is good for something!!!)
- A Good Way To Deal With Padding
- Lost Google Analytics Login? Maybe this will help…maybe.
Categories
- Android
- C#
- Cookies
- CSS
- Droid 2
- FireFox
- General Nerdiness
- God
- GoDaddy
- htaccess
- HTML
- IE8
- Internet Explorer
- Introduction
- Javascript
- jQuery
- Mexico
- Photoshop
- PHP
- Random Thoughts
- SEO
- Spyware
- Virus
- Web Design
- Win7
- Wordpress
