SebastianBoldt / Jelly

🌊 - Jelly is a library for animated, non-interactive & interactive viewcontroller transitions and presentations with the focus on a simple and yet flexible API.
http://www.sebastianboldt.com/
MIT License
2.45k stars 121 forks source link

Help for my requirement using this beautiful library. #18

Closed Rashesh-Bosamiya closed 7 years ago

Rashesh-Bosamiya commented 7 years ago

I want to show a custom designed timer control with blurredslidein or fadin effect.

The design is roughly like, Three label for Hour, Minute & Second. Two button like, Start & Cancel.

Cancel button should disappear the viewController. Start button starts the timer.

So, I just want to ask whether it is possible or not?

SebastianBoldt commented 7 years ago

Yes, sure it is possible. Just design a Viewcontroller the way you want and present it using Jelly. You can find an example on how to do this inside the Example Project.

Rashesh-Bosamiya commented 7 years ago

Thanks.