WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
50290
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug