loop

object loop extends Attr

video - A Boolean attribute; if specified, we will, upon reaching the end of the video, automatically seek back to the start. audio - A Boolean attribute: if specified, will automatically seek back to the start upon reaching the end of the audio.

trait Attr
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Types

Inherited types

type supports[T <: Tag] = AttrPair[attrType] => AttrPair[tagType]
Inherited from
Attr

Value members

Concrete methods

@inline
def :=(v: Boolean): AttrPair[_loop_attr]
@inline
def :=(v: Option[Boolean]): OptionalAttrPair[_loop_attr]

Implicits

Implicits

@inline
implicit def boolToPairaudioApplied(attrObj: loop): AttrPair[tag]
@inline
implicit def boolToPairstarApplied(attrObj: loop): AttrPair[tag]
@inline
implicit def boolToPairvideoApplied(attrObj: loop): AttrPair[tag]