Skip to content

Transition on multiple elements at the same time using JavaScript

Cheers! I’m having an issue debugging certain behavior that occurs mostly in the Chrome browser. Here is the simplified example: https://jsfiddle.net/pd3xb2uo/ The objective is to transition multiple elements via JS code at the same time. In the example when you click on the button, items are moved to t…