-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TabsController transition sets alpha of views to 1.0 #1022
Comments
Thank you for sharing this issue. I am going to investigate it tonight. In the meantime, if you have a sample project that reproduces the issue, that would be great. |
Here you go, switch between the tabs to see the issue. |
Thank you! @andrewc94 |
Hey sorry for any delays with this issue. @adamdahan let's both take a look at this one. |
@andrewc94 Stacktrace very useful thank you. Will look more into this tonight :) |
I have confirmed the issue in the latest version of Material and found the root cause of the issue with your help. I will confirm a fix with @DanielDahan and make sure this is addressed in the next release. The fix will address issues #853, CosmicMind/Motion#16 aswell. Will keep this ticket open until it's fully resolved. Thank you for the test project and stacktrace 👍 |
@adamdahan |
@adamdahan I fixed the alpha issue. We will make a push later today. |
@andrewc94 Thank you for sharing this issue, thank you @adamdahan for discovering the solution. The fix is in development and will be pushed later today. |
I'm using a control which has a set of invisible labels and set of visible labels. During my first transition to a view controller which contains this control, all the labels are visible when half should be invisible. I'm not sure what's causing this but using a UITabBarController does not have this problem.
- What it should look like:
The text was updated successfully, but these errors were encountered: