ParallaxPagerTransformer
ParallaxPagerTransformer copied to clipboard
Cannot set 'scaleX' to Float.NaN exception when pages pulled quickly, with possible solution
The problem mentioned in https://github.com/nonzeroapps/whatisnewdialog/issues/13
possible solution
adding !Float.isNaN(sc)
as here: https://github.com/nonzeroapps/whatisnewdialog/issues/13#issuecomment-570759865
at Line: https://github.com/xgc1986/ParallaxPagerTransformer/blob/2483fd51c6a2e6e6859e4a21272d9e92995e5407/parallaxpagertransformer/src/main/java/com/xgc1986/parallaxPagerTransformer/ParallaxPagerTransformer.java#L37