Hi, I wanna ask, will manual view manipulation for...
# compose
u
Hi, I wanna ask, will manual view manipulation for scrolling "tricks" supported? Think clamped translating of some view based on recyclerview scroll position; i.e. quick return pattern, show / hide toolbar etc. Or should this be a part of the State emitted by ViewModel mapped to view descriptor tree? Every onScrolled event? Hope not