transition in css3 using pseudo active
.box {
width: 300px;
height: 300px;
background: #222;
-webkit-transition: width 2s ease, height 2s ease;
-moz-transition: width 2s ease, height 2s ease;
-o-transition: width 2s ease, height 2s ease;
-ms-transition: width 2s ease, height 2s ease;
transition: width 2s ease, height 2s ease;
}
.box:active
{
width: 500px;
height: 500px;
}
2 Responses to transition in css3 using pseudo active
Leave a Reply Cancel reply
Latest posts
- bootstrap popover | bootstrap popover hide on click | bootstrap popover hide on document.click
- Avoid console errors in browsers that lack a console | HTML5 boilerplate
- getting started with Sublime editor | how to install zen coding | zen coding for sublime editor
- getting started with backbone | Models in Backbone
- How to delete a model in backbone







Hey dude. what kind of wordpress theme are you using? i want it to use on my blog too .
Highly descriptive blog, I enjoyed that a lot. Will there be a part 2?