Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Demos: Mention usage of data-direction="reverse" #8456

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demos/transitions/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
&lt;a href=&quot;index.html&quot; <strong>data-transition=&quot;pop&quot;</strong>&gt;I'll pop&lt;/a&gt;
</code></code>

<p>When the Back button is pressed, the framework will automatically apply the reverse version of the transition that was used to show the page. To specify that the reverse version of a transition should be used, add the <code>data-direction="reverse"</code> attribute to a link.</p>
<p>When the Back button is pressed, the framework will automatically apply the reverse version of the transition that was used to show the page. To specify that the reverse version of a transition should be used, add the <code>data-direction="reverse"</code> attribute to a link. <b>Note:</b> <code>data-direction="reverse"</code> attribute can only be used with page and dialog.</p>

<h2>Global configuration</h2>

Expand Down