WebKitPoint Class Reference
| Availability | Available in Safari 4.0 and later. Available in iOS 2.0 and later. |
| Companion guide |
Overview
WebKitPoint objects represent a point in two-dimensional space used by CSS transitions specified using the -webkit-transition property.
Properties
x
The x coordinate for the point.
attribute float x;
Availability
- Available in Safari 4.0 and later.
- Available in iOS 2.0 and later.
y
The y coordinate for the point.
attribute float y;
Availability
- Available in Safari 4.0 and later.
- Available in iOS 2.0 and later.
© 2010 Apple Inc. All Rights Reserved. (Last updated: 2010-02-24)