Artemis.Profiles.Layers.Animations.PulseAnimation.MustExpire C# (CSharp) Method

MustExpire() public method

public MustExpire ( LayerModel layer ) : bool
layer LayerModel
return bool
        public bool MustExpire(LayerModel layer) => layer.Properties.AnimationProgress > 2;
    }