AndryRahamefiarison

  • UX / UI Designer
  • Front-End Developer
  • Intégrateur
' + size + 'px;">'); // Animate each bubble to the top (bottom 100%) and reduce opacity as it moves // Callback function used to remove finsihed animations from the page $('.individual-bubble').animate({ 'bottom': '100%', 'opacity' : '-=0.5' }, 10000, function(){ $(this).remove() } ); }, 350); });