nickoneill / PermissionScope

Intelligent iOS permissions UI and unified API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for transition animations

akofman opened this issue · comments

Hello,

Thanks for your awesome work !
It Would be nice to add some animation effects and the availability to configure it from an other custom properties. What do you think ?

Hi @akofman - what were you hoping to animate and in what style?

I mean, the dialog is sliding from top to bottom by default when appearing. I'd like to change this behaviour, like adding some bounce effect for instance, or just disable it.

Great, so this is going to be tightly coupled with the work in #148 to make the presentation a standard view controller. After that's done, you should be able to define your own transition animation delegate and do whatever animation you want.

It sounds awesome 👍 Thanks for your reply.
And by the way I'm implementing a Cordova plugin that wrap your work. It's in progress ... just to let you know : https://github.com/akofman/cordova-plugin-permissionScope

That's great, thanks @akofman! I'll update this issue when we tackle #148