lpod.smil

Implementation of SMIL

We can find more informations here: http://www.w3.org/TR/SMIL20/

lpod.smil.odf_create_anim_par(presentation_node_type=None, smil_begin=None)

This element is a container for SMIL Presentation Animations.

Arguments:

presentation_node_type – default, on-click, with-previous,
after-previous, timing-root, main-sequence and interactive-sequence

smil_begin – indefinite, 10s, [id].click, [id].begin

lpod.smil.odf_create_anim_seq(presentation_node_type=None)

This element is a container for SMIL Presentation Animations. Animations inside this block are executed after the slide has executed its initial transition.

Arguments:

presentation_node_type – default, on-click, with-previous,
after-previous, timing-root, main-sequence and interactive-sequence
lpod.smil.odf_create_anim_transitionFilter(smil_dur=None, smil_type=None, smil_subtype=None, smil_direction=None, smil_fadeColor=None, smil_mode=None)

Used to make a beautiful transition between two frames.

Arguments:
smil_dur – XXX complete me smil_type and smil_subtype – see http://www.w3.org/TR/SMIL20/smil-transitions.html#TransitionEffects-Appendix to get a list of all types/subtypes smil_direction – forward, reverse smil_fadeColor – forward, reverse smil_mode – in, out

Previous topic

lpod.shapes

Next topic

lpod.span

This Page