• Hello,

    First, nice plugin! πŸ™‚

    Is there a way to insert animations for the show more or hide values when to many filter attributes are available? We guess we have to work with this css class bapf_show_hide.

    After click on “show more” it would be nice if the values would slide out and not jump. Currenty after clicking show or hide, the values are instant visible.

    Cya.
    B.

Viewing 1 replies (of 1 total)
  • Plugin Author RazyRx

    (@razyrx)

    Hello,

    It is not so easy to replace default show/hide functionality with custom.
    By default plugin add display:none; and it cannot be animated.

    You can check more information about JavaScript functionality in our plugin there https://docs.berocket.com/plugin/woocommerce-ajax-products-filter#javascript-2

    We are working on documentation right now and not all JavaScript hooks added.

    You can use two hooks colaps_smb_open_apply and colaps_smb_close_apply.
    Example of how to use JavaScript hooks is displayed for one of this function.

    Regards,
    Oleg

Viewing 1 replies (of 1 total)

The topic ‘Smooth transition for show & hide values’ is closed to new replies.