]> source.dussan.org Git - gwtquery.git/commitdiff
finalize home page sample
authorJulien Dramaix <julien.dramaix@gmail.com>
Fri, 29 Apr 2011 11:58:55 +0000 (11:58 +0000)
committerJulien Dramaix <julien.dramaix@gmail.com>
Fri, 29 Apr 2011 11:58:55 +0000 (11:58 +0000)
samples/src/main/java/gwtquery/samples/client/HomePageSample.java
samples/src/main/java/gwtquery/samples/public/HomePageSample.html

index a66f057b5102f3cd8bb55e936447ec9e8c1b0ca6..ca845affa6100b93deba3bd899845ac95f339f2b 100644 (file)
@@ -34,9 +34,10 @@ public class HomePageSample implements EntryPoint {
     $("button").click(new Function(){
       
       public void f() {
+        //display the text with effects and animate its background color
         $("#text").as(Effects)
-            .clipDown()
-            .animate("backgroundColor: 'yellow'", 500)
+            .clipDown(1000)
+            .animate("backgroundColor: 'yellow'", 1000)
             .delay(1000)
             .animate("backgroundColor: '#fff'", 1500);
       }
index a3dcfdec49ec5fa443b8f41dc8081cdf1bfa0b08..a2a592666bc5d555ecdcd646d502747723497012 100644 (file)
@@ -3,37 +3,9 @@
 <head>
 <title>GQuery</title>
 <script language="javascript" src="HomePageSample.nocache.js"></script>
-<style type="text/css">
-.reset {
-    float: left;
-}
-
-.foo {
-    border: 1px solid black;
-}
 </style>
 </head>
 <body>
-<p>Java Code :</p>
-<pre>
-  public void onModuleLoad() {
-    //Hide the text and set the width and append an h1 element
-    $("#text").hide().css(CSS.WIDTH.with(Length.px(400))).prepend("<h1>GwtQuery Rocks !</h1>");
-    
-    //add a click handler on the button
-    $("button").click(new Function(){
-      
-      public void f() {
-        $("#text").as(Effects)
-            .clipDown()
-            .animate("backgroundColor: 'yellow'", 500)
-            .delay(1000)
-            .animate("backgroundColor: '#fff'", 1500);
-      }
-    
-    });
-  }
-</pre>
 <button>Click Me</button>
 <div id="text">Lorem ipsum dolor sit amet, consectetur adipiscing
 elit. Maecenas ac ultricies lorem. Integer erat nibh, semper eget