Css – how can I do the transform first then animation in js?
I want the item1 can be larger and rotate first, and then keep spinning, however the result shows that it only excutes the animation but transform. Thank you for your help. In css #item1 { transition: transform 3s ease-in-out; animation:…