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

Commit

Permalink
Demos: Update popup transition for the form
Browse files Browse the repository at this point in the history
  • Loading branch information
toddparker committed Feb 19, 2013
1 parent 0fb8221 commit a4302b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/widgets/popup/index.php
Expand Up @@ -139,7 +139,7 @@
<h2>Form</h2>
<p>You can place a form inside a popup. When it opens, focus will be restricted to elements inside the popup.</p>
<div data-demo-html="true">
<a href="#popupLogin" data-rel="popup" data-position-to="window" data-role="button" data-inline="true" data-icon="check" data-theme="a" data-transition="flip">Sign in</a>
<a href="#popupLogin" data-rel="popup" data-position-to="window" data-role="button" data-inline="true" data-icon="check" data-theme="a" data-transition="pop">Sign in</a>

<div data-role="popup" id="popupMenu" data-theme="a">
<div data-role="popup" id="popupLogin" data-theme="a" class="ui-corner-all">
Expand Down

0 comments on commit a4302b8

Please sign in to comment.