Function sauron::prelude::html::units::turn

source ·
pub fn turn(v: impl Into<Value>) -> String
Expand description

Represents an angle in a number of turns. One full circle is 1turn. https://developer.mozilla.org/en-US/docs/Web/CSS/angle

MDN reference