Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/frugal/dep/lightningcss.ts>Rotate

A frugal web framework
Latest
interface Rotate
import { type Rotate } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

A value for the rotate property.

Properties

angle: Angle

The angle of rotation.

x: number

Rotation around the x axis.

y: number

Rotation around the y axis.

z: number

Rotation around the z axis.