Skip to content

API ModernFormsNext Animations ControlAnimationExtensions

ProGraMajster edited this page Jun 27, 2026 · 1 revision

ModernFormsNext.Animations.ControlAnimationExtensions

Methods

CancelAnimations(ModernFormsNext.Control)

Parameters

  • control - The target control.

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

Parameters

  • control - The target control.
  • opacity - The target opacity in the range from 0 to 1.
  • duration - The animation duration in milliseconds.
  • easing - The easing function.

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

Parameters

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

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

Parameters

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

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

Parameters

  • control - The target control.
  • scaleX - The target horizontal scale.
  • scaleY - The target vertical scale.
  • duration - The animation duration in milliseconds.
  • easing - The easing function.

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

Parameters

  • control - The target control.
  • x - The target horizontal translation.
  • y - The target vertical translation.
  • duration - The animation duration in milliseconds.
  • easing - The easing function.

ModernFormsNext

Clone this wiki locally