You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,I have three ConstraintLayouts,they are on the left,right,bottom side on the layout.
And i set SlideInLeft on the left ConstraintLayout,SlideInRight on the right ConstraintLayout,and SlideInUp on the bottom ConstraintLayout,all these happens after onWindowFocusChanged(boolean hasFocus).
It appears the bottom ConstraintLayout slides in up first,then the right one slides in right ,at last the left one sildes in.
But they can slide out properly at the same time !!
Any idea?It this is a bug?
The text was updated successfully, but these errors were encountered:
zhangwk
changed the title
Multiple SlideIn effects
Multiple SlideIn effects doesn't work properly
Mar 29, 2018
Hi,I have three ConstraintLayouts,they are on the left,right,bottom side on the layout.
And i set SlideInLeft on the left ConstraintLayout,SlideInRight on the right ConstraintLayout,and SlideInUp on the bottom ConstraintLayout,all these happens after onWindowFocusChanged(boolean hasFocus).
It appears the bottom ConstraintLayout slides in up first,then the right one slides in right ,at last the left one sildes in.
But they can slide out properly at the same time !!
Any idea?It this is a bug?
The text was updated successfully, but these errors were encountered: