Manipulation of special effects.
Use function
transition to perform actual special effects.
type
Dom.Effect.duration
=
Variant
  •    
    { 
    void
     
    immediate
     }
  • or 
    { 
    void
     
    slow
     }
  • or 
    { 
    void
     
    fast
     }
  • or 
    { 
    void
     
    default
     }
  • or 
    { 
    int
     
    millisec
     }
Name Summary
Progressively change update current css properties with the given set of properties Current css prop...
An animation that does nothing
An animation that makes a dom appear progressively, by transparency -- requires jQuery 1.4.x
An animation that makes a dom disappear progressively, by transparency -- requires jQuery 1.4.x
Progressively take a set of properties
An animation that makes a dom disappear at once
An animation defined from a function.Use this to introduce new kinds of animations or to trigger a c...
Combine several animations as oneNote: This function does not offer full support for yet.
An animation that makes a dom appear at once
An animation that makes a dom appear progressively, by sliding in
An animation that makes a dom disappear progressively, by sliding away
An empty animation whose sole effect is to wait. Use this to make a pause in a sequence of animation...
Customize the duration of an animation, if the animation accepts it.Note: some animations ignore suc...

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.