Artemis.Profiles.Layers.Animations.SlideLeftAnimation.MustExpire C# (CSharp) 메소드

MustExpire() 공개 메소드

public MustExpire ( LayerModel layer ) : bool
layer LayerModel
리턴 bool
        public bool MustExpire(LayerModel layer)
        {
            return layer.Properties.AnimationProgress + layer.Properties.AnimationSpeed*2 >= layer.Properties.Width*4;
        }
    }