wix-incubator/wix-animations

Support height/width functions

Opened this issue · 0 comments

It will enable this API:

<Animator height={element => element.height + element.style.paddingTop + 10}>
  ...

It will enable the developers to determine height/width by themselves