Skip to content

API ModernFormsNext Animations Animation

ProGraMajster edited this page Jun 27, 2026 · 1 revision

ModernFormsNext.Animations.Animation

Methods

#ctor(ModernFormsNext.Control,System.String,System.Single,System.Single,System.Int32,System.Action{System.Single},System.Func{System.Single,System.Single})

Initializes a new instance of the ModernFormsNext.Animations.Animation class.

Parameters

  • target - The target control.
  • key - The animation key used to replace an existing animation for the same property.
  • startValue - The start value.
  • endValue - The end value.
  • duration - The animation duration in milliseconds.
  • apply - The callback used to apply the interpolated value.
  • easing - The easing function.

Cancel

Complete

Propertys

Apply

Completion

Duration

Easing

EndValue

IsCancelled

Key

StartTimeMs

StartValue

Target

ModernFormsNext

Clone this wiki locally