ParallaxEverywhere icon indicating copy to clipboard operation
ParallaxEverywhere copied to clipboard

Parallax everywhere is a library with alternative android widgets with parallax effects.

Results 13 ParallaxEverywhere issues
Sort by recently updated
recently updated
newest added

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...

Man very thanks for this lib, it´s very nice and usefull, can i change the speed of paralax when i scroll on the fragments? (sorry mi inglish)

Hello, I try to use PEverywhere with SimpleDraweeView and replace "extends ImageView" with "extends SimpleDraweeView" it'll work when I use setImageResouce(int resId) (and I'v override this method in the class,...

Do you have a sample on how this library works? Specifically with a RecyclerView if possible? I'm adding the PEWImageVIew to my row layout and it's not working. Anything I...

Dear, Thank you for great component. I have an issue. I am using Glide to download images. parallax is not working when using Glide. Please advise

According to README >See the LICENSE file for more info. there should be LICENSE file. Could you please add it or give direct link to an external page? Thanks!

I'm using PEWImageView in order to add parallax effect to some images inside a GridView, the problem is that the parallax effect on the images is almost unnoticeable.. Is it...

Hello, I am inflating a view with a PEWImageView in it. Like this: @Override public View getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent) { LayoutInflater inflater = (LayoutInflater) this.currentContext...

hi I try to setImageBitmap() on PEWImageView but it not work,also not work on setImageDrawable() and all method for setBackground. just setImageResource() worked, but I need to modify image then...

The view displays but give the following rendering error. ``` The following classes could not be found: - com.fmsirvent.ParallaxEverywhere.PEWImageView (Fix Build Path, Create Class) ``` I've searched for quite some...