namespace DPumpHydr.WinFrmUI.RLT.Animate.Metro { #region IntAnimateAnimate public class IntAnimate : Animate { public override int Value => (int)Interpolation.ValueAt(InitialValue, EndValue, Alpha, EasingType); } #endregion }