← Prev in month
← Prev in thread
Next in thread →
Next in month →
Proposal: last visited page interaction
Hi,
this proposal adds an interaction for presentation that jumps to the last visited
slide. More precisely, it adds a new value to the already existing Event Action
attribute (section 9.9.2).
9.9.9 Event Action
[...]
* last-visited-page: The presentation jumps to the page that was displayed
before the current page.
<define name="presentation-event-listener-attlist" combine="interleave">
<attribute name="presentation:action">
<choice>
<value>none</value>
<value>previous-page</value>
<value>next-page</value>
<value>first-page</value>
<value>last-page</value>
<value>hide</value>
<value>stop</value>
<value>execute</value>
<value>show</value>
<value>verb</value>
<value>fade-out</value>
<value>sound</value>
<value>last-visited-page</value>
</choice>
</attribute>
</define>
Best regards
Michael
← Prev in month
← Prev in thread
Next in thread →
Next in month →