Struggling to implement a JavaScript accordion I came across, and encountering some issues. The expected behavior is for the titles to smoothly slide up to the top of the page and reveal the content below. However, there seems to be some noticeable jerkiness in the animation that's far from seamless. As someone with limited knowledge of JavaScript, please provide detailed explanations in your responses. Thank you!
UPDATE: Even after replacing the JavaScript code with the default one from the original source, no improvements were observed. Here's a link to a JSFiddle showcasing the issue: