| Sample File |
Description |
Feature Illustrated |
Reference |
|
rootlayoutresize.smil
|
The main media playback pane displays a clip and grows smaller. Next, a secondary media playback window opens with another clip and grows larger. |
<animate/> tags applied to <root-layout/> and <topLayout/> tags |
click here |
|
regionanimation.smil
|
A region's height, width, and position are animated, making the clip it contains shrink, expand, and move around the screen. |
<animate/>, <animateMotion/>, and <set/> tags applied to a <region/> tag |
click here |
|
clipanimation.smil
|
A clip's height, width, and position are animated, making it shrink, expand, and move around its playback region, which has a red background. |
<animate/>, <animateMotion/>, and <set/> tags applied to a clip source tag |
click here
|
|
fitanimate.smil
|
A demonstration of how a region's fit attribute affects clip appearance when the region is animated. |
<animate/> tag applied to regions that use different fit values |
click here |
|
motionanimation.smil
|
A small clip moves around the screen diagonally. Movement is alternately discrete and linear. |
<animateMotion/> tag applied to a region to create diagonal movement |
click here
|
|
logo2.smil
|
Similar to logo.smil, except that the logo is introduced with a motion animation. After moving into position, the logo becomes semi-transparent. |
<animate/> tags applied to a clip in a subregion |
click here
|
|
textoverlay.smil
|
Similar to the preceding logo animation, a semi-transparent RealText clip extends from the side of a video, then retracts. |
motion animation along with rn:backgroundOpacity and rn:mediaOpacity applied to a RealText clip |
click here
|