AOS and .attr() in jQuery

259 Views Asked by At
    AOS.init();
$('.content').attr({
  'data-Aos': 'fade-up'
});

The code works in a way that the element disappears. Why does that happen?

0

There are 0 best solutions below