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

PropertyAnimation() public méthode

public PropertyAnimation ( ) : System
Résultat System
        public PropertyAnimation()
        {
            OpenDuration = (int) AnimationDuration.Fast;
            CloseDuration = (int) AnimationDuration.Fast;
            AnimationType = PropertyAnimationType.Opacity;
        }

Same methods

PropertyAnimation::PropertyAnimation ( PropertyAnimationType value ) : System