ParallaxPagerTransformer icon indicating copy to clipboard operation
ParallaxPagerTransformer copied to clipboard

A pager for Android with parallax effect

Results 5 ParallaxPagerTransformer issues
Sort by recently updated
recently updated
newest added

In may this library won't be available from JCenter: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Please migrate this library to some other repository

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

Each fragment has its own xml file, and each xml has its own layout with its own ids... how to implement PPT in this case? I think multiple ids is...

The lib seems to work in API 11, but gradle.build in the lib project specifies minSdkVersion 16 which is generating issues in projects using lower sdk versions: https://github.com/xgc1986/ParallaxPagerTransformer/blob/master/parallaxpagertransformer/build.gradle#L22 I am...