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 123 forks source link

Flashing UIBlurEffect #64

Closed glisom closed 5 years ago

glisom commented 5 years ago

Essentially what I found was that if you set the defaulted effect or value when the progress of the transition is zero, it prevents the previous animation from creating the flash.

SebastianBoldt commented 5 years ago

@glisom I will take a look at it this weekend ;)

glisom commented 5 years ago

Hey @SebastianBoldt hope you had a great holiday, have you had a chance to look into this yet?

SebastianBoldt commented 5 years ago

Hi @glisom sorry for answering this late. I tested it and it works like a charm. Thank you very much I will merge the PR and create a patch release directly after I merged it.