Issa
03/01/2021, 9:33 PMbeta01
and I am having troubles figuring out what happened to SwipeableConstants.DefaultAnimationSpec
? I couldn’t find anything relevant in the release notes or maybe I overlooked it. Does anyone knows where to find it? previously it was in material
artifact.
Thanks in advanceLouis Pullen-Freilich [G]
03/01/2021, 9:36 PMSwipeableDefaults.AnimationSpec
🙂
Everything *Constants was renamed to *Defaults, and unnecessary Default prefixes were droppedIssa
03/01/2021, 9:38 PMIssa
03/01/2021, 9:38 PMAnimationClockObservable
? 🤔Louis Pullen-Freilich [G]
03/01/2021, 9:41 PMIssa
03/01/2021, 9:43 PMI found this in the release notes. Well I am trying to implement a CardStack with swipe animation just like Tinder style. I don’t have a very big experience with Compose so I am just fidgeting aroundand subclasses have been removed. AnimatedFloat has been removed. (Icde52, b/177457083)AnimationClockObservable
Louis Pullen-Freilich [G]
03/01/2021, 9:45 PMIssa
03/01/2021, 9:48 PM