[Webkit-unassigned] [Bug 146345] New: Make JS & SVG animation faster (perhaps do as much as possible in the GPU)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 26 06:06:34 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146345
Bug ID: 146345
Summary: Make JS & SVG animation faster (perhaps do as much as
possible in the GPU)
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
Assignee: webkit-unassigned at lists.webkit.org
Reporter: tobi at tobireif.com
CC: zimmermann at kde.org
In my current project I animate SVG using JS (JS animation crystallized as the best option). I do ".setAttribute("transform", ...)" or ".setAttribute("x", ...)" (in a requestAnimationFrame loop) to move hundreds of small images fast across the screen (also rotation and alpha).
There might be room for improvement regarding performance; perhaps WebKit/Safari could do as much as possible in the GPU.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150626/f1329285/attachment.html>
More information about the webkit-unassigned
mailing list