NEW50290
css3 animation of font-size is not smooth. I guess font-size itaretes only over natural numbers in px, not over real.
https://bugs.webkit.org/show_bug.cgi?id=50290
Summary css3 animation of font-size is not smooth. I guess font-size itaretes only ov...
bga_
Reported 2010-11-30 16:36:43 PST
<style> <![CDATA[ @-webkit-keyframes 'test' { from { font-size: 50px; } 50% { font-size: 60px; } to { font-size: 50px; } } .a { -webkit-animation: 'test' 2s infinite; } ]]> </style> <div class="a">Lorem ipsum dolor sit amet,</div>
Attachments
Note You need to log in before you can comment on or make changes to this bug.