@Deprecated
public final class ParallaxTransformer
extends java.lang.Object
MultiViewParallaxTransformer instead.
Transforms a ParallaxPage by translating its views left and right when scrolling. Front images
are translated faster than back images, which creates a parallax scrolling effect. This class is
designed to function with ParallaxPage elements. Use with other types of pages will yield default
ViewPager scrolling behaviour.| Constructor and Description |
|---|
ParallaxTransformer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
transformPage(android.view.View pageRootView,
float position)
Deprecated.
|