TimingValueBuilder class

TimingValueBuilder class

Builds a timing value used for specifying animation or transition timings.

The TimingValueBuilder type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of TimingValueBuilder

Methods

MethodDescription
format_time_span
add_offset
add_syncbase
add_event
add_repeat
add_access_key
add_wallclockAdds a wallclock timing value.
add_indefiniteAdds an indefinite timing value.
buildBuilds the final timing value string from the added components.

See Also