Hey everyone, I have a school project where I'm working on animating certain objects. I've successfully implemented CSS transitions, but I'm having trouble with other elements being affected by the animation. I've seen advice about using CSS positioning to solve this issue, but when I tried it, my images started twitching and the rest of the HTML elements got disorganized. I've included a link to my JSBin. Could it be that using AngularJS to loop through an API is causing this problem?