Telerik.Web.Mvc.UI.EffectsBuilderBase.Opacity C# (CSharp) Method

Opacity() public method

Enables opacity animation.
public Opacity ( ) : EffectsBuilderBase
return EffectsBuilderBase
        public EffectsBuilderBase Opacity()
        {
            container.Container.Add(new PropertyAnimation(PropertyAnimationType.Opacity));

            return this;
        }

Same methods

EffectsBuilderBase::Opacity ( Action setEffectProperties ) : EffectsBuilderBase