jQuery sliding animations are choppy unlike scriptaculous ones. So i want to replace my jQuery .slideUp/Down() with Scritaculous
Basically, use scriptaculous slideup/down in this code ->
jQuery('.button').on('click', function(){
jQuery('#box').slideUp();
});
Is it possible? if yes, what would be correct way to use sciptaculous slide in the code above?
note: i already have prototype.js included in the page and i DON't want to rewrite all my jquery code to prototype