8

Challenges and Solutions when using Svelte with Andrew Smith on Web Rush #114

 3 years ago
source link: https://johnpapa.net/challenges-and-solutions-when-using-svelte-with-andrew-smith-on-web-rush-114/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Andrew Smith helps animate Ward Bell - and John and Dan as well - with thoughts on using Svelte for animations. Why should you use Svelte? How does Svelte makes animation easier? What about Greensock? And what are Svelte Stores?

Challenges and Solutions when using Svelte

John Papa @John_Papa

Ward Bell @WardBell

Dan Wahlin @DanWahlin

Craig Shoemaker @craigshoemaker

Andrew Smith @silentworks

# Brought to you by

# Resources:

{#if visible}
	<p
		transition:fly="{{ y: 200, duration: 2000 }}"
		on:introstart="{() => status = 'intro started'}"
		on:outrostart="{() => status = 'outro started'}"
		on:introend="{() => status = 'intro ended'}"
		on:outroend="{() => status = 'outro ended'}"
	>
		Flies in and out
	</p>
{/if}

# Timejumps

Podcast editing on this episode done by Chris Enns of Lemon Productions.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK