Skip to content

hatemalimam/animatejsf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AnimateJSF

A thin JSF Library based on animate.css

Demo

[http://jsf.hatemalimam.com/animatejsf/]

Installation

<dependency>
       <groupId>org.animatejsf</groupId>
       <artifactId>animatejsf</artifactId>
       <version>1.1</version>
</dependency>

Or you can always include the jar file

Namespace

xmlns:aj="http://www.animatejsf.org/animate"

Usage

<aj:animate target="formId" type="tada" />

Animation types

  • bounce
  • flash
  • pulse
  • rubberBand
  • shake
  • swing
  • tada
  • wobble
  • bounceIn
  • bounceInDown
  • bounceInLeft
  • bounceInRight
  • bounceInUp
  • bounceOut
  • bounceOutDown
  • bounceOutLeft
  • bounceOutRight
  • bounceOutUp
  • fadeIn
  • fadeInDown
  • fadeInDownBig
  • fadeInLeft
  • fadeInLeftBig
  • fadeInRight
  • fadeInRightBig
  • fadeInUp
  • fadeInUpBig
  • fadeOut
  • fadeOutDown
  • fadeOutDownBig
  • fadeOutLeft
  • fadeOutLeftBig
  • fadeOutRight
  • fadeOutRightBig
  • fadeOutUp
  • fadeOutUpBig
  • flip
  • flipInX
  • flipInY
  • flipOutX
  • flipOutY
  • lightSpeedIn
  • lightSpeedOut
  • rotateIn
  • rotateInDownLeft
  • rotateInDownRight
  • rotateInUpLeft
  • rotateInUpRight
  • rotateOut
  • rotateOutDownLeft
  • rotateOutDownRight
  • rotateOutUpLeft
  • rotateOutUpRight
  • slideInDown
  • slideInLeft
  • slideInRight
  • slideOutLeft
  • slideOutRight
  • slideOutUp
  • hinge
  • rollIn
  • rollOut

License

Apache License, Version 2.0