Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 289 Bytes

style.md

File metadata and controls

14 lines (10 loc) · 289 Bytes

Component.style

The style read-only property returns the latest pos and size of Component. Do not frequent accessing the style property, it will cause ui immediately refresh

Value

A style object, with the following properties:

  • width
  • height
  • left
  • top

Demo

test/animate/2