rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.29k stars 863 forks source link

overflow:hidden and border-radius not playing well with transit #186

Open markhicken opened 10 years ago

markhicken commented 10 years ago

I have created a circle using border-radius and overflow:hidden. Inside that circle is a box. This box doesn't get clipped by the border-radius during animation. Before and after animation, the border-radius renders properly hiding the square edges.

See example here... http://jsfiddle.net/P7Dkz/