jQuery UI Widgets Forums Dialogs and Notifications Window animationTypes for jqxWindow

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • animationTypes for jqxWindow #5647

    ehoffman62
    Member

    I was looking thru the documentation to get a list of the animationTypes for jqxWindow. Can you point me to somewhere that has this info.

    Thanks

    animationTypes for jqxWindow #5648

    Peter Stoev
    Keymaster

    Hi ehoffman62,

    The animationType property gets or sets window’s close and show animation type. Possible values [‘none’, ‘fade’, ‘slide’, ‘combined’].

    Code examples

    Initialize a jqxWindow with the resizable property specified.

    $('#jqxWindow').jqxWindow({ animationType: 'combined' }); 

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.