Parallax-Layer-Layout icon indicating copy to clipboard operation
Parallax-Layer-Layout copied to clipboard

Layered parallax effect to any Android views

Results 7 Parallax-Layer-Layout issues
Sort by recently updated
recently updated
newest added

It seems that the current API of this library makes it impossible to reorder the layers (or insert new layers) to ParallaxLayerLayout at runtime. For example, consider this XML pseudocode:...

I have tried with SensorManager(TYPE_ROTATION_VECTOR) which you have used in `SensorTranslationUpdater` and giving me perfect X, Y and Z axis but somehow It's not working with your demo + sensor...

Although it works in Activities, the same implementation doesn't work in Fragments. Is this a known issue or is there a way to make it work? Thanks!

Hi, great library! When using the phone like this: phone above my head with screen facing the ground, a bug appears. The layout is "jumping"... Does anyone have the same...

bug
help wanted

Hello, Is there a way to connect this to ViewPager?

question

Device having Gyroscope, but the parallax with the sensor is not working.

bug

Right now, if there are three layers and we fix the second one, the first one and the third one will move to the same side. The thing is that...

enhancement