CSS Transforms

GPTKB entity

Statements (48)
Predicate Object
gptkbp:instanceOf gptkb:website
CSS feature
gptkbp:affects rendering of elements
gptkbp:allows 2D transformations
3D transformations
gptkbp:appliesTo block elements
flex items
grid items
inline elements
inline-block elements
gptkbp:canBeAnimated yes
gptkbp:combines gptkb:CSS_Animations
gptkb:CSS_Filters
gptkb:CSS_Transitions
gptkbp:compatibleWith gptkb:CSS2
gptkb:CSS1
document flow
gptkbp:defaultIn none
gptkbp:firstPublished 2009
gptkbp:function matrix()
perspective()
rotate()
scale()
skew()
translate()
gptkbp:hasSyntax transform: matrix(1, 0, 0, 1, 30, 20);
transform: rotate(45deg);
transform: scale(2);
transform: skewY(20deg);
transform: translateX(50px);
https://www.w3.org/2000/01/rdf-schema#label CSS Transforms
gptkbp:introducedIn gptkb:CSS3
gptkbp:partOf Cascading Style Sheets
gptkbp:property transform
transform-origin
transform-style
gptkbp:relatedTo gptkb:CSS_Animations
gptkb:CSS_Transitions
gptkbp:specifies https://www.w3.org/TR/css-transforms-1/
gptkbp:standardizedBy gptkb:W3C
gptkbp:supportedBy modern web browsers
gptkbp:usedFor 3D effects
moving elements
rotating elements
scaling elements
skewing elements
gptkbp:bfsParent gptkb:CSS_Working_Group
gptkbp:bfsLayer 4