Telerik.Web.Mvc.UI.CssPropertyAnimationBuilder.AnimationType C# (CSharp) Méthode

AnimationType() public méthode

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

            return this;
        }