Telerik.Web.Mvc.UI.Effects.Effects C# (CSharp) Method

Effects() public method

public Effects ( ) : System.Collections.Generic
return System.Collections.Generic
        public Effects()
        {
            container = new List<IEffect>();
            OpenDuration = (int)AnimationDuration.Fast;
            CloseDuration = (int)AnimationDuration.Fast;
        }
Effects