[webkit-dev] TransformAction event

Simon Fraser simon.fraser at apple.com
Thu May 6 09:09:40 PDT 2010


On May 6, 2010, at 4:43 AM, kim.1.gronholm at nokia.com wrote:

> The event contains the clientX/Y attributes that can be used as the 
> origin point for the transforms.

clientX and clientY are useless if the element being manipulated is nested
within CSS-transformed ancestors.

You really need an offsetX/offsetY, which is local to the element.

Simon



More information about the webkit-dev mailing list