info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.animation
Class ZoomAnimation

java.lang.Object
  extended by com.google.gwt.animation.client.Animation
      extended by info.magnolia.ui.vaadin.gwt.client.magnoliashell.viewport.animation.ZoomAnimation

public class ZoomAnimation
extends com.google.gwt.animation.client.Animation

CSS3 Zoom Animation.


Constructor Summary
ZoomAnimation(boolean isZoomIn)
           
 
Method Summary
 com.google.gwt.dom.client.Element getElement()
           
protected  void onComplete()
           
protected  void onUpdate(double progress)
           
 void run(int duration, double startTime, com.google.gwt.dom.client.Element element)
           
 
Methods inherited from class com.google.gwt.animation.client.Animation
cancel, interpolate, isRunning, onCancel, onStart, run, run, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZoomAnimation

public ZoomAnimation(boolean isZoomIn)
Method Detail

run

public void run(int duration,
                double startTime,
                com.google.gwt.dom.client.Element element)
Overrides:
run in class com.google.gwt.animation.client.Animation

onComplete

protected void onComplete()
Overrides:
onComplete in class com.google.gwt.animation.client.Animation

onUpdate

protected void onUpdate(double progress)
Specified by:
onUpdate in class com.google.gwt.animation.client.Animation

getElement

public com.google.gwt.dom.client.Element getElement()


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.