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

Commit 654be6f

Browse files
committed
Demos: Mention usage of data-direction="reverse"
Fixes #8450 Closes #8456
1 parent b2bfa26 commit 654be6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/transitions/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
&lt;a href=&quot;index.html&quot; <strong>data-transition=&quot;pop&quot;</strong>&gt;I'll pop&lt;/a&gt;
110110
</code></code>
111111

112-
<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>
112+
<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>
113113

114114
<h2>Global configuration</h2>
115115

0 commit comments

Comments
 (0)