transforms

fun transforms(vararg transforms: String): String

Combines multiple transform strings into a single transform string.

Use this to combine outputs from translate(), rotate(), scale(), skewX(), skewY(), matrix(), etc., into a single transform attribute.

Return

The combined transform string.

Parameters

transforms

The individual transform strings to combine.