I don't know why Compose for Web don't have for now DSL for creating transitions, but I created mine and I find it pretty cool :)
Using the builder functions directly into the
transitions
lambda set the default values for each ^^
And
all
just apply the transition to the properties given, and has an optional lambda argument to have a specific transition for them, for the last part the name is good but just to apply the default values to these properties I didn't come up with a good name, if anyone has an idea I'll listen to it !
👏🏾 1
👏 4
h
hfhbd
07/31/2022, 9:48 AM
Is it public?
a
Ayfri
07/31/2022, 12:05 PM
It's code present on my Portfolio that I'm working on, the repo is public so in a certain way "yes"