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

CssPropertyAnimationBuilder() public method

public CssPropertyAnimationBuilder ( PropertyAnimation effect ) : System.Collections.Generic
effect PropertyAnimation
return System.Collections.Generic
        public CssPropertyAnimationBuilder(PropertyAnimation effect)
        {
            this.effect = effect;
        }