IvoMart / CSS3_Animat

Usege of animations and keyframes in CSS3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS3 Animations

Using @keyframes in css for adding some animation in background images.

Getting to know 'animation' properties and its values concerning.

@keyframes "name"{}

Property 'animation':

  • animation-name
  • animation-duration
  • animation-timing-function
  • animation-delay
  • animation-iteration-count
  • animation-direction
  • animation-fill-mode
  • animation-play-state

About

Usege of animations and keyframes in CSS3


Languages

Language:CSS 87.2%Language:HTML 12.8%