@Unicornelia__ Alot! we are encouraged to seek mentors and sometimes be mentors for others, as well as the usual stuff like pair programming and code reviews, to showcasing different tech used around the company, they also sponsor us to attend conferences and get 10% time and much more.
@Bradleycorn@chrisbanes@camaelon I asked @Johnhoford and his reply:
We broke the auto conversion of:
android:visibility="invisible"
to
android:alpha="0.0"
Short term add alpha="0.0" or
wait for alpha4 (coming soon)
@johnhoford In motionlayout alpha3 i can't get the visibility of views to work whether using the same style as in alpha2 or using the new PropertySet in alpha3. Is it broken? or has the way you use changed?
@johnhoford This is what im trying to do.
https://t.co/7oVFjKofx7
And would be awsome if we can have a configurable time for the states, it would make my Motionlayouts and scenes much cleaner.
Hey @johnhoford, im trying to use <StateSet> in the motion scene but when I do, I dont have control over the animation speed. Is this a feature or a bug? Is there a way around this?