jQuery UI Widgets Forums Layouts Splitter Splitter Animation

This topic contains 3 replies, has 4 voices, and was last updated by  Peter Stoev 11 years, 2 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Splitter Animation #14129

    alliwant
    Member

    Respected Sir

    When we click on the Button the Panel gets expanded or collapsed at a single instance. I want it to be collapsed or get expanded slowly with a fade-in or fade-out animation. Is it possible?

    Thanks

    Regards,
    ~Kailash

    Splitter Animation #14149

    Dimitar
    Participant

    Hello Kailash,

    To achieve that, you should set the jqxSplitter properties enableCollapseAnimation and animationDuration, i.e.:

                        $('#mainSplitter').jqxSplitter({ theme: theme, roundedcorners: true, width: 600, height: 600, panels: [{ size: 200, max: 290 }, { size: 400}], enableCollapseAnimation: true, animationDuration: 300 });

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Splitter Animation #25693

    gauravc
    Member

    Hi Dimitar,

    I tried to add the enableCollapseAnimation and animationDuration property to the splitter but it gives an error. I am using the 2.9.3 version of jqwidgets. Could you please check.

    Thank you.
    Gaurav

    Splitter Animation #25697

    Peter Stoev
    Keymaster

    Hi Gaurav,

    There is no longer such API in the Splitter. You may look at the Splitter’s API in the Help Documentation.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.