TimingValueBuilder class
TimingValueBuilder class
Builds a timing value used for specifying animation or transition timings.
The TimingValueBuilder type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Constructs a new instance of TimingValueBuilder |
Methods
Method | Description |
---|---|
format_time_span | |
add_offset | |
add_syncbase | |
add_event | |
add_repeat | |
add_access_key | |
add_wallclock | Adds a wallclock timing value. |
add_indefinite | Adds an indefinite timing value. |
build | Builds the final timing value string from the added components. |
See Also
- module
aspose.svg.builder