My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Introduction

This extension contains additional easing functions to complement those that are present in the core gwtquery library.

Demo

Click here for a demonstration of all available easing functions (A browser supporting canvas is required).

Example Usage

  • Ensure your project has the GWTQuery core library installed.
  • Download and import the easing extension library to your project.
  • Add the following classpath to your project module definition file :
<inherits name='gwtquery.plugins.effects.easing.EasingExt'/>
  • The extension may now be used in place of the existing Easing class :
import gwtquery.plugins.effects.easing.client.EasingExt;

$(object).animate("{height:'+=555'}" , 500 , EasingExt.EASE_IN_QUAD);
Powered by Google Project Hosting