5

When making an Android app, I want to have the paper peel effect that's popular on the iPhone where the corner looks pulled back and the user and tough and drag to "fold" up the page.

I'm using Titanium, if that matters. How can I do that?

Shamoon
  • 41,293
  • 91
  • 306
  • 570

1 Answers1

3

I think this link will surely help you out......

https://github.com/harism/android_page_curl/

sorry, the above link was for android, in titanium add this line to your view

transition:Titanium.UI.iPhone.AnimationStyle.CURL_UP

Maulik J
  • 2,745
  • 19
  • 22