Bug 50290

Summary: css3 animation of font-size is not smooth. I guess font-size itaretes only over natural numbers in px, not over real.
Product: WebKit Reporter: bga_ <bga.email>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: mitz, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   

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.