Time

com.raquo.laminar.defs.styles.units.Time
trait Time[DSP[_]] extends Calc[DSP]

Attributes

See also
Graph
Supertypes
trait Calc[DSP]
class Object
trait Matchable
class Any
Known subtypes
object style.type
Self type

Members list

Value members

Concrete fields

lazy val ms: DSP[Double]

Milliseconds

Milliseconds

Attributes

lazy val s: DSP[Double]

Seconds

Seconds

Attributes

Inherited fields

lazy val calc: DSP[String]

Wrap the provided expression in CSS calc() function.

Wrap the provided expression in CSS calc() function.

Attributes

See also
Inherited from:
Calc