@LiamDeBeasi @Ionicframework Sad to see you go! You have been a great asset to the community and loved your knowledge and passion for tech. Good luck with the next step - they should be lining up for you
So the page transitions @Ionicframework and @sveltejs is moving in the right direction (via svelte-routing) - too bad a weird flicker using the commit method of ion-router-outlet. Gotta check what I am doing wrong here (singled out the part that does this). Suggestions?
When choosing which router for ionic-svelte kit seems the logic option - but i wonder if page transition animation will overlap using the in and out directives? And can the @Ionicframework animation be split in two? Lots of work to experiment…hmmm need to be smarter than that
So, yesterday I started implementing the cool Ionic page transitions in ionic-svelte. I am starting with a different router - svelte-routing by @EmilTholin https://t.co/HkjNYL77J5
His code seems most recent and looks pretty easy to adopt... Let's see if I can get it done.
Oh yes! 700 stars for Ionic-Svelte - pure organic growth... Time to take it to the next level!!
https://t.co/8UCmbpLFoN
@Ionicframework@sveltejs@SvelteSociety
@henkjurriens@seanfperkins@Ionicframework Trying this too - how do you enable auto import of components when typing a tag like <ion-chip> and then automatically [IonChip] is added to imports in the component definition (using single file components)?