rguliev / conditionize2.js

jQuery plugin for conditioning things
https://rguliev.github.io/conditionize2.js/demo/index.html
MIT License
22 stars 6 forks source link

If you apply it on a TR, the slide animation doesn't work. Suggestion: Implement option to hide/show without delay or using fast fade. #5

Closed oalexdoda closed 5 years ago

rguliev commented 5 years ago

As far as I understood, the option is already there. Have you tried to use ifFalse option? Like

$(".conditional").conditionize({
    ifFalse: function($section) {
        $section.hide("fast"); // or $section.hide(0)
    }
});
rguliev commented 5 years ago

Can I close this issue?

oalexdoda commented 5 years ago

Sure

On Sat, Sep 28, 2019 at 4:24 PM Rustam notifications@github.com wrote:

Can I close this issue?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rguliev/conditionize2.js/issues/5?email_source=notifications&email_token=AB7EF3KBUXQU5FHHSU5DW5DQL5EI3A5CNFSM4ILYVDO2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD72YNKI#issuecomment-536184489, or mute the thread https://github.com/notifications/unsubscribe-auth/AB7EF3P6JMDVALZR2LDVDPLQL5EI3ANCNFSM4ILYVDOQ .

-- [image: logo] https://abruptive.com/?utm_source=email&utm_medium=signature&utm_campaign=alex&utm_content=picture Alex Doda | Abruptive | Your Partner in Problem Solving E: alex@abruptive.com P: +1 (415) 805 7270 <(415)%20805%207270> VISIT OUR WEBSITE https://abruptive.com/?utm_source=email&utm_medium=signature&utm_campaign=alex&utm_content=button or join our free newsletter https://abruptive.com/newsletter?utm_source=email&utm_medium=signature&utm_campaign=alex&utm_content=optin for more. IMPORTANT: The contents of this email and any attachments are confidential. They are intended for the named recipient(s) only. If you have received this email by mistake, please notify the sender immediately and do not disclose the contents to anyone or make copies thereof.