Page Transformer
This extension allows you to apply page transformation animation to viewpager components. This extension can work with inbuilt view Pager component and extensions also. (Not tried with extension but it should work). There are 16 transformer to animate your pages while swiping view pager. You can set transformer after initializing the view pager component or extension with this extension.
All Blocks


Documentation

This event raises when the error occurs. It mainly raises when it failed to extract the view pager from the given component.

This event raises when any page is being scrolling. It returns the position and offset( 0 - 1) indicate the how much percent the page is swiped.

This block initialize the view pager component.

Returns true if the view pager component is initialized in extension.

This block applies the given transformation property to initialized view pager component.

These are the 16 available transformer properties.
How to Use
The extension is very simple to use as I said always to my all extensions.

This block is must to initialize your view pager component in the extension.

Set the transformer then and you're good to go
Preview
AccordionTransformer

BackgroundToForegroundTransformer

CubeInTransformer

CubeOutTransformer

DepthPageTransformer

FlipHorizontalTransformer

FlipVerticalTransformer

ForegroundToBackgroundTransformer

ParallaxTransformer

RotateDownTransformer

RotateUpTransformer

ScaleInOutTransformer

StackTransformer

TabletTransformer

ZoomInTransformer

ZoomOutSlideTransformer

ZoomOutTranformer

Downloads
You can download this extension from AI2 Store.