Telerik.Web.Mvc.UI.CssPropertyAnimationBuilder.AnimationType C# (CSharp) Method

AnimationType() public method

public AnimationType ( PropertyAnimationType animatedProperty ) : CssPropertyAnimationBuilder
animatedProperty PropertyAnimationType
return CssPropertyAnimationBuilder
        public CssPropertyAnimationBuilder AnimationType(PropertyAnimationType animatedProperty)
        {
            effect.Animations = new List<PropertyAnimationType> { animatedProperty };

            return this;
        }