Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

0.3.0

Compare
Choose a tag to compare
@amirdew amirdew released this 05 Jul 14:16
· 146 commits to master since this release
  • Breaking change: use minTranslateRatios and maxTranslateRatios instead of minTranslates and maxTranslates for ScaleTransformView, it helps us to use the library on different screen sizes without changing the options, translateRatio is also works differently:
translateX = progress * translates.x * targetView.width
translateY = progress * translates.y * targetView.height
translateZ = progress * translates.z * targetView.width
// same for min and max
  • Layout designer code generator completed
  • Fix setCurrentPage related issues