ComponentOne Accordion for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Accordion Namespace / C1Accordion Class / Animated Property

In This Topic
    Animated Property
    In This Topic
    Determines the animation easing effect; set this option to false in order to disable animation. Additional options that are available for the animation function include: expand - value of true indicates that content element must be expanded. horizontal - value of true indicates that expander is horizontally orientated (when expandDirection is left or right). content - jQuery object that contains content element to be expanded or collapsed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Animated As AnimatedOption
    public AnimatedOption Animated {get;}
    See Also