[Webkit-unassigned] [Bug 15827] New: Two opposing linear transitions don't compute to the same value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 4 01:20:53 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=15827

           Summary: Two opposing linear transitions don't compute to the
                    same value
           Product: WebKit
           Version: 523.x+ (nightly)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: contact at nickshanks.com


Try out the following HTML. You will notice that the edges of the 'dock' don't
stay in fixed positions, but jostle around by one pixel during the animation,
as the mouse passes from one icon to the next. You can use whatever square
image you like for "icon.png".


<!DOCTYPE html>
<style type="text/css">
        #dock { width: 100%; text-align: center; position: fixed; bottom: 0px;
}
        img { width: 64px; -webkit-transition: width 0.15s linear; }
        img:hover { width: 128px; }
</style>
<div id="dock"><img src="icon.png"><img src="icon.png"><img src="icon.png"><img
src="icon.png"><img src="icon.png"><img src="icon.png"></div>


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



More information about the webkit-unassigned mailing list