CSS Animations

GPTKB entity

Statements (28)
Predicate Object
gptkbp:instanceOf gptkb:website
CSS feature
gptkbp:alternativeTo JavaScript animations
gptkbp:canBe UI effects
interactive web design
loading indicators
visual storytelling
gptkbp:combines gptkb:CSS_Transitions
gptkbp:enables animation of HTML elements
gptkbp:hasSyntax @keyframes slidein { from { left: 0%; } to { left: 100%; } }
div { animation-name: slidein; animation-duration: 3s; }
https://www.w3.org/2000/01/rdf-schema#label CSS Animations
gptkbp:introducedIn gptkb:CSS3
gptkbp:partOf Cascading Style Sheets
gptkbp:property animation-delay
animation-direction
animation-duration
animation-fill-mode
animation-iteration-count
animation-name
animation-play-state
animation-timing-function
gptkbp:standardizedBy gptkb:W3C
gptkbp:supportedBy modern web browsers
gptkbp:uses @keyframes rule
animation properties
gptkbp:bfsParent gptkb:CSS_Working_Group
gptkbp:bfsLayer 4