FfindpeaksJan 31, 2018
Hi there,
Is it possible in some way to animate out elements on click?
Tried this with js but not working. It will add the attribute but no animation happens. Any idéas?
function clicked() {
$('.class-animate-out-onclick').attr('data-animate', 'fadeOutLeft');
}Thanks!
