Michael J
Michael J

Reputation: 825

Animate Bitmap within ImageView (Emulate Newsstand app - Ken Burns Effect)

How would one emulate the header image in Google's Newsstand app?

The effect I would like to implement is a "moving" Image where the bitmap inside the ImageView is slowly panned and zoomed.

Thanks

Upvotes: 1

Views: 2647

Answers (1)

panini
panini

Reputation: 2026

I stumbled across this repo on GitHub that seems like it could be what your looking for? It is a library that provides an implementation of the ActionBar used by the newsstands app, as described in this blog post by Flavien Laurent

Upvotes: 4

Related Questions