[Webkit-unassigned] [Bug 50290] New: css3 animation of font-size is not smooth. I guess font-size itaretes only over natural numbers in px, not over real.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 30 16:36:43 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=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
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bga.email at gmail.com


<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>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list