Tetsuya Masuda
Tetsuya Masuda
example ``` fab.setOnClickListener { val snackbar = Snackbar.make(root, "test", Snackbar.LENGTH_LONG) val behavior = BottomNavigationBehavior.from(navigation) val layoutParams = snackbar.view.layoutParams as CoordinatorLayout.LayoutParams behavior?.let { if (it.animatingDirection != BottomNavigationBehavior.SCROLL_DOWN) { layoutParams.bottomMargin = navigation.height...
### Description I've created an artboard where animations start with a trigger, and I've also made another artboard that nests several of these. On Android, I'm firing the triggers of...