:: com :: sun :: star :: presentation ::

unpublished interface XTransition
Description
Transition interface to render custom transitions over time.


Methods' Summary
update Update transition on screen to given time state. 
Methods' Details
update
void
update( [in] double  t );

Description
Update transition on screen to given time state.

Parameter t
Time on the transition timeline to display. Must be in the [0,1] range.
Top of Page