HeroTransitions / HeroTransitions/Hero

No transparent view in precent VC

Open
#149 10 comments 0 reactions 0 assignees View on GitHub
reopen if needed
Dominant language
Swift
Stars
22.5k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

Following is my code, second view transparent is only worked with Hero default animation (fade in). If I used other animation, alpha become 1 I think.

Btw, how to set same effect on dismiss also?
I used default code dismiss(animation, completion)
but only fade out effect worked.

Thanks for this Hero library.

```
vc.modalPresentationStyle = .overFullScreen
vc.isHeroEnabled = true
vc.heroModalAnimationType = .pageIn(direction: .down)
self.present(vc, animated: true, completion: nil)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.