daimajia/AndroidViewAnimations

Multiple SlideIn effects doesn't work properly

zhangwk opened this issue · 0 comments

  • 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?