This repository has been archived by the owner on Jun 17, 2023. It is now read-only.
0.3.0
- Breaking change: use
minTranslateRatios
andmaxTranslateRatios
instead ofminTranslates
andmaxTranslates
forScaleTransformView
, 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