CSS::TransformFunctions
Class methods
_perspective(distance : CSS::Length)
Source_translate_x(x : CSS::LengthPercentage)
Source_translate_y(y : CSS::LengthPercentage)
Source_translate_z(z : CSS::Length)
Sourcerotate(angle : CSS::Angle)
Sourcerotate_x(angle : CSS::Angle)
Sourcerotate_y(angle : CSS::Angle)
Sourcerotate_z(angle : CSS::Angle)
Sourceskew_x(x : CSS::Angle)
Sourceskew_y(y : CSS::Angle)
SourceMacros
dispatch(value)
Sourcematrix3d(*values)
Sourceperspective(distance)
Sourcetranslate(x, y = nil)
Sourcetranslate3d(x, y, z)
Sourcetranslate_x(x)
Sourcetranslate_y(y)
Sourcetranslate_z(z)
Source