Type Definition style::values::computed::background::BackgroundSize [] [src]

type BackgroundSize = GenericBackgroundSize<LengthOrPercentageOrAuto>;

A computed value for the background-size property.

Methods

impl BackgroundSize
[src]

[src]

Returns auto auto.

Trait Implementations

impl RepeatableListAnimatable for BackgroundSize
[src]

impl ToAnimatedZero for BackgroundSize
[src]

[src]

Returns a value that, when added with an underlying value, will produce the underlying value. This is used for SMIL animation's "by-animation" where SMIL first interpolates from the zero value to the 'by' value, and then adds the result to the underlying value. Read more

impl ToAnimatedValue for BackgroundSize
[src]

The type of the animated value.

[src]

Converts this value to an animated value.

[src]

Converts back an animated value into a computed value.