Top
Home



<style>

a. {
float:left;
-webkit-transform: ;
-moz-transform: ;
-o-transition: ;
transform: ;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}

a.:hover,
a.:focus,
a.:active {
background-color:red;
z-index: 999;
border-color: #6A6A6A;
-webkit-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
-moz-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
-webkit-transform: ;
-moz-transform: ;
-o-transition: ;
transform: ;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}

</style>

<a href="#" class=""><img src="http://www.mooseloose.com/images/moose.png" alt=""></a>




###########################################################



Class:
Move Sideways O: PX
Move Sideways D: PX
Up and Down O: PX
Up and Down D: PX
ScaleX O: %
ScaleX D: %
ScaleY O: %
ScaleY D: %
Rotate O: Turn/Degree
Rotate D: Turn/Degree
RotateZ O: Turn/Degree
RotateZ D: Turn/Degree
RotateX O: degree
RotateX D: degree
RotateY O: degree
RotateY D: degree
SkewX O: degree
SkewX D: degree
SkewY O: degree
SkewY D: degree