Skip to content

Commit

Permalink
Removed deprecated Disolve animation from UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Stark authored and Jonathan Stark committed Mar 17, 2011
1 parent d849076 commit 7921daa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions demos/main/index.html
Expand Up @@ -2,7 +2,10 @@
<html>
<head>
<meta charset="UTF-8" />

<script src="http://192.168.2.111:8080/target/target-script-min.js"></script>
<!--
<script src="http://jsconsole.com/remote.js?jstark"></script>
-->
<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>
Expand Down Expand Up @@ -140,7 +143,6 @@ <h1>Animations</h1>
<ul class="rounded">
<li><a href="#animdemo">Slide</a></li>
<li><a class="slideup" href="#animdemo">Slide Up</a></li>
<li><a class="dissolve" href="#animdemo">Dissolve</a></li>
<li><a class="fade" href="#animdemo">Fade</a></li>
<li><a class="flip" href="#animdemo">Flip</a></li>
<li><a class="pop" href="#animdemo">Pop</a></li>
Expand All @@ -158,7 +160,6 @@ <h1>Animations</h1>
</div>
<a style="margin:0 10px 120px;color:rgba(0,0,0,.9)" href="#" class="whiteButton goback">Go back</a>
</div>

<div id="buttons">
<div class="toolbar">
<h1>Buttons!</h1>
Expand All @@ -174,8 +175,6 @@ <h1>Buttons!</h1>
<a href="#" class="greenButton">Green</a>
</div>
</div>


<div id="callback">
<div class="toolbar">
<h1>AJAX w/Callback</h1>
Expand Down

0 comments on commit 7921daa

Please sign in to comment.