WebKitPoint object
Represents a point in two-dimensional space used by CSS transitions as specified by the -webkit-transition property.
Syntax
var cssPoint = new WebKitPoint(x, y);
DOM Information
Inheritance Hierarchy
The WebKitPoint does not inherit from any class or interface.Members
The WebKitPoint object has these types of members:
Properties
The WebKitPoint object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read/write |
The horizontal position of the point. | |
|
Read/write |
The vertical position of the point. |
Show: