clip

object clip extends AutoStyle[String]

The clip CSS property defines what portion of an element is visible. The clip property applies only to elements with position:absolute.

The clip CSS property defines what portion of an element is visible. The clip property applies only to elements with position:absolute.

MDN

class AutoStyle[String]
class Style[String]
class Key
class Object
trait Matchable
class Any

Value members

Concrete methods

def rect(top: String, right: String, bottom: String, left: String): StyleSetter

Inherited fields

lazy val auto: StyleSetter
Inherited from
AutoStyle
override val name: String
Inherited from
Style