Skip to content

Commit

Permalink
Set useFastTouch to false to test animations
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstark committed Jul 18, 2010
1 parent a7e6218 commit 60da230
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demos/main/index.html
Expand Up @@ -6,14 +6,15 @@
<title>jQTouch &beta;</title>
<style type="text/css" media="screen">@import "../../jqtouch/jqtouch.css";</style>
<style type="text/css" media="screen">@import "../../themes/jqt/theme.css";</style>
<script src="../../jqtouch/jquery-1.4.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../jqtouch/jquery-1.4.2.js" type="text/javascript" charset="utf-8"></script>
<script src="../../jqtouch/jqtouch.js" type="application/x-javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
var jQT = new $.jQTouch({
icon: 'jqtouch.png',
addGlossToIcon: false,
startupScreen: 'jqt_startup.png',
statusBar: 'black',
useFastTouch: false,
preloadImages: [
'../../themes/jqt/img/back_button.png',
'../../themes/jqt/img/back_button_clicked.png',
Expand Down

0 comments on commit 60da230

Please sign in to comment.