ParallaxPagerTransformer icon indicating copy to clipboard operation
ParallaxPagerTransformer copied to clipboard

Cannot set 'scaleX' to Float.NaN exception when pages pulled quickly, with possible solution

Open osamz opened this issue 5 years ago • 0 comments

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

osamz avatar Jan 04 '20 06:01 osamz