Animation

Provides support for animating controls or windows using predefined animations definitions or custom animations in response to certain events.

Wisej.NET Animation enables style transition animations between configurations.

For a full list of properties, methods and events see the API documentation.

Features

Animation Timing

The Timing property provides several preset values:

  • Default: Uses the speed defined in the original definition

Animation using Default timing with tada effect
  • Linear: Maintains constant speed from start to end

Animation using Linear timing with tada effect
  • Ease: Starts slow, accelerates, then ends slowly

Animation using Ease timing with tada effect
  • EaseIn: Begins with slow acceleration

Animation using EaseIn timing with tada effect
  • EaseOut: Features slow start and end phases

Animation using EaseOut timing with tada effect

Advanced

JavaScript Widget

Item
Description

Class name

"wisej.web.extender.Animation"

Last updated

Was this helpful?