The animations are CSS powered, which takes advantage of GPU optimizations better than JS animations. If the browser does not support the necessary CSS animations then jQuery animations will be used.
jQuery is still necessary for the logic behind implementing an accordion, but the "heavy lifting" is done in CSS where possible.