Posts

Showing posts with the label animation with duration

Effect on animation duration

effect on animation duration if you want to do some effect on duration then first   you need to divide your Element duration in percentage. Then give some effect like color , rotation ,skew,matrix.etc. Example:- Got to link below the you will see the live example of coddling below. http://jsfiddle.net/csszilla/1mh588wj/1/   <html> <head> <title>csszilla</title> <!--------------------csszilla---------------------> <style> .yellow {background-color:yellow; margin-top:100px;                 width:100px;s                 height:50px;                 display:block;                 position:relative;  ...