WoWoViewPager combines ViewPager and Animations to provide a simple way to create applications’ guide pages. When users are dragging WoWoViewPager, they become the director of the applications. The above gifs show how WoWoViewPager looks like, it supports some simple animations like translation, scale, alpha, background color animations, and moreover, some complicate animations like gif-playing, svg-drawing and path-drawing animations with corresponding custom views.
Note
- Here comes the 2.0.0 version! The old versions(1.0.2 or below) are deprecated. The new version provides plenty features for convenient usage and efficiency improvement.
- Thanks SCViewPager for giving me inspiration for codes.
- Thanks JazzHands for giving me inspiration for animations.
- Thanks konmik for providing a better HSV-animation.
Gradle & Maven
The compile 'com. Nightonke: wowoviewpager: 2.0.0'
Copy the code
< the dependency > < groupId > com. Nightonke < / groupId > < artifactId > wowoviewpager < / artifactId > < version > 2.0.0 < / version > <type>pom</type> </dependency>
Copy the code
Demo
WoWoViewPager V2.0.0 in making
WoWoViewPager V2.0.0 in Fir
Wiki
Check the wiki to use WoWoViewPager.
Documentation Chapters
Basic Usage
Ease
Chameleon
Typewriter
Basic Animations
- Position Animation
- Position 3D Animation
- Translation Animation
- Translation 3D Animation
- Scale Animation
- Alpha Animation
- Rotation Animation
- Elevation Animation
TextView Animations
- TextView TextSize Animation
- TextView TextColor Animation
- TextView Text Animation
Color Animations
- Background Color Animation
- Shape Color Animation
- State-List Color Animation
- Layer-List Color Animation
Path Animation
WoWoViewPager Attributes
Interface Expansibility
- Custom Animation
- Interface Animation
- SVG Animation
- GIF Animation
Version History
How WoWoViewPager Works
Issues & Feedbacks
Try to tell me the bugs or enhancements about WoWoViewPager, or contact me with [email protected] / [email protected]. Before doing that, having a careful read on read-me, wiki and issues is really helpful.
About Versions
Version 1.0.2 or below use the old API of WoWoViewPager. From Version 2.0.0, builder-pattern was used in WoWoViewPager and gif-playing, SVG – Drawing animations and more features are supported. I strongly suggest to use version 2.0.0 or above. If you still Want to use the version 1.0.2 or below, try to check the old documents (English | Chinese document).
About Me
Nightonke