Closed igorlopasovsky closed 6 years ago
` $( '.left_panel' ).animateCss( 'fadeOutRight', function() {
$( '.left_panel' ).hide();
});`
That works fine, but I want to try better way also.
Thanks shulk, works perfectly ;)
Closing this as it's solved.
Hey, I was just wondering how can I combine animate.css with jQuery, specifically with jQuery show/hide methods.
For example - clicking on button with show modal window but I would love to apply slideInLeft effect on it.
Many thanks