Timesheets
- Timesheets defines temporal dimension of documents
- Timesheets uses SMIL Timing and Synchronization primitives
- Timesheet is located in the head section of the document
- The body elements are selected using CSS selectors
CSS Selectors
- Timesheets uses CSS selectors to reference body elements
- Id selector references individual elements
- Other selectors can be used to match multiple elements
- For example, class selector matches all elements that belong to certain class
Animations
- Timesheets includes also BasicAnimation module
- Supported elements are animate, set, animateMotion, and animateColor
- The animation can be defined with either values or from, to, and by attributes
- The target elements are referenced with CSS selectors