[webkit-dev] Haptics CSS extension

2010-06-22 Thread kim.1.gronholm
We at Nokia have implemented tactile feedback (i.e. Haptics) support for touch-based user interfaces and are now ready to land the implementation to the WebKit trunk. Since the real-time requirements of a realistic feel are very tight, it is not possible to implement the haptic feedback via a

Re: [webkit-dev] TransformAction event

2010-05-10 Thread kim.1.gronholm
From: ext Simon Fraser [simon.fra...@apple.com] Sent: Friday, May 07, 2010 5:31 PM To: Gronholm Kim.1 (Nokia-D/Tampere) Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] TransformAction event On May 7, 2010, at 2:07 AM,

Re: [webkit-dev] TransformAction event

2010-05-07 Thread kim.1.gronholm
From: ext Simon Fraser [simon.fra...@apple.com] Sent: Thursday, May 06, 2010 7:09 PM To: Gronholm Kim.1 (Nokia-D/Tampere) Cc: mab2...@gmail.com; webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] TransformAction event The event contains the clientX/Y

Re: [webkit-dev] TransformAction event

2010-05-06 Thread kim.1.gronholm
Hi, The event contains the clientX/Y attributes that can be used as the origin point for the transforms. Whether those are used or the center of the element, is completely up to the web developer. The transforms are not applied to the elements by the user agent. This does not affect the

[webkit-dev] TransformAction event

2010-05-05 Thread kim.1.gronholm
Hello Everyone, We at Nokia have been working on a new DOM-event called TransformAction. It provides a convenient API for direct manipulation (pan, rotate, zoom) of an element. Some of You have already heard about this and been involved in specifying the event. We are planning to propose it