3

I'm developing a native cascades BB10 app using the Gold SDK. When a 'Sheet' is displayed on BB10 it animates as a slide transition from the bottom of the screen. Is it possible to override this transition and replace it with a fade transition?

Thanks

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
tech74
  • 1,609
  • 1
  • 20
  • 39

1 Answers1

1

There's no simple way to override the animation.

If it works for your case maybe replace the sheet with a dialog? A dialog will be displayed on top of whatever is on the screen and you can easily add a fade in animation.

https://developer.blackberry.com/cascades/reference/bb_cascades_dialog.html

Ergin Babani
  • 346
  • 1
  • 2