CSS - TopicsExpress



          

CSS Properties ----------------------------------------------------------------------------- Animation Properties ----------------------------------------------------------------------------- - @keyframes: specifies the animation (CSS3) ----------------------------------------------------------------------------- - animation: A shorthand property for all animation properties below, except the animation-play-state property (CSS3) ----------------------------------------------------------------------------- - animation-name: Specifies a name for the @keyframes animation (CSS3) ----------------------------------------------------------------------------- - animation-duration: Specifies how many seconds or milliseconds an animation takes to complete one cycle (CSS3) ----------------------------------------------------------------------------- - animation-timing-function: Specifies the speed curve of the animation (CSS3) ----------------------------------------------------------------------------- - animation-delay: Specifies when the animation will start ----------------------------------------------------------------------------- - animation-iteration-count: Specifies the number of times an animation should be played (CSS3) ----------------------------------------------------------------------------- - animation-duration: Specifies whether or not the animation should play in reverse on alternate cycles (CSS3) ----------------------------------------------------------------------------- - animation-play-state: Specifies whether the animation is running or paused (CSS3) -----------------------------------------------------------------------------
Posted on: Sat, 17 Aug 2013 23:01:32 +0000

Trending Topics



Recently Viewed Topics




© 2015