Narfss / ParallaxEverywhere

Parallax everywhere is a library with alternative android widgets with parallax effects.
MIT License
714 stars 96 forks source link

Gentle parallax animation on ImageView. #8

Open alexanderbezverhni opened 9 years ago

alexanderbezverhni commented 9 years ago

Limit parallax distance to some relative value, to make parallax animation more gentle. Example: for an ImageView with 400x300 dimensions, we set an image with 400x1000 dimensions. Enabling Y axis animation, we will experience very "aggressive" animation, while image will be moved by 600 pixels vertically. Setting factor to 1.5f will result in 150px diff: 300*1.5=150

jmh8907 commented 5 years ago

PEWTextView Gradle dependencies: