Skip to content

API ModernFormsNext Animations ControlAnimationEffects

ProGraMajster edited this page Jun 27, 2026 · 1 revision

ModernFormsNext.Animations.ControlAnimationEffects

Methods

AddHoverTransition(ModernFormsNext.Control,System.Single,System.Int32)

Parameters

  • control - The target control.
  • hoverScale - The hover scale multiplier.
  • duration - Animation duration.

PulseAsync(ModernFormsNext.Control,System.Single,System.Int32)

Parameters

  • control - The target control.
  • scale - Pulse scale multiplier.
  • duration - Animation duration.

RelRotateToAsync(ModernFormsNext.Control,System.Single,System.Int32,System.Func{System.Single,System.Single})

Parameters

  • control - The target control.
  • rotation - The rotation delta in degrees.
  • duration - The animation duration in milliseconds.
  • easing - The easing function.

RelScaleToAsync(ModernFormsNext.Control,System.Single,System.Int32,System.Func{System.Single,System.Single})

Parameters

  • control - The target control.
  • scale - The relative scale multiplier.
  • duration - The animation duration in milliseconds.
  • easing - The easing function.

ShakeAsync(ModernFormsNext.Control,System.Single,System.Int32)

Parameters

  • control - The target control.
  • amplitude - Shake amplitude in pixels.
  • duration - Total animation duration.

ModernFormsNext

Clone this wiki locally