diff --git a/demos/transitions/index.php b/demos/transitions/index.php index 7ad8f771919..9d60037a4a1 100644 --- a/demos/transitions/index.php +++ b/demos/transitions/index.php @@ -109,7 +109,7 @@ <a href="index.html" data-transition="pop">I'll pop</a> -

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 data-direction="reverse" attribute to a link.

+

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 data-direction="reverse" attribute to a link. Note: data-direction="reverse" attribute can only be used with page and dialog.

Global configuration