peterprokop / SwiftOverlays

SwiftOverlays is a Swift GUI library for displaying various popups and notifications
MIT License
631 stars 83 forks source link

notification view presenting animation? #18

Closed Reedyuk closed 8 years ago

Reedyuk commented 8 years ago

When you present a notification view, it doesn't animate in, it just appears, whereas when the notification view disappears, it moves up and fades out nicely. Can you change the library so that when the notification appears, it appears at the top of the screen and moves down (like the native notification). Effectively the reverse of the disappearing animation.

Thanks

peterprokop commented 8 years ago

Thanks for the suggestion, I'll implement it in the nearest future

On Mon, Apr 25, 2016 at 1:16 PM, Andrew Reed notifications@github.com wrote:

When you present a notification view, it doesn't animate in, it just appears, whereas when the notification view disappears, it moves up and fades out nicely. Can you change the library so that when the notification appears, it appears at the top of the screen and moves down (like the native notification). Effectively the reverse of the disappearing animation.

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/peterprokop/SwiftOverlays/issues/18

All the best, Peter Prokop.

peterprokop commented 8 years ago

@Reedyuk Can you please check latest release https://github.com/peterprokop/SwiftOverlays/releases/tag/2.0.1 ?

Reedyuk commented 8 years ago

Yes perfect, can you please put this version on cocoa pods.

Thanks

peterprokop commented 8 years ago

@Reedyuk Updated pod to 2.0.1, please check

Reedyuk commented 8 years ago

Confirmed as working, thanks!

On 26 Apr 2016, at 14:59, Peter Prokop notifications@github.com wrote:

@Reedyuk https://github.com/Reedyuk Updated pod to 2.0.1, please check

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/peterprokop/SwiftOverlays/issues/18#issuecomment-214754363