struct

CSS::TransformFunctionCall

Inherits CSS::FunctionCall < Struct < Value < Object

Represents a CSS transform function call such as rotateX() or translate().

Constructors

new(function_name : String, values : Enumerable)
Source
new(function_name : String, *values)
Source

Instance methods

arguments
Source
function_name
Source