I have this transition issue with a circle container set to overflow:hiddenand an image in it set to scale up on hover with a css transition: all 1s ease.
It's not working correctly in Web-kit browsers (i tested in Chrome and Opera)
the problem seems that while the scaling is preforms the parent container's overflow:hidden takes a break and snaps back when the transition is over, this however only effects the image's border-radius and the original form of the image (the box) is reveled for as long as it takes to get the scaling done.
In other browser it works fine. (FF, Edg, IE)
See sample here: https://jsfiddle.net/s7qeb4rL/13/
Is this a Web-Kit bug or is it just the way images are rendered in web-kit for the long haul.