Update site/content/examples/09-transitions/04-custom-js-transitions/App.svelte

pull/6568/head
Ben McCann 5 years ago committed by GitHub
parent 48e974de4a
commit 4738573012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@
} }
const text = node.textContent; const text = node.textContent;
const duration = text.length / (speed * 0.01) ; const duration = text.length / (speed * 0.01);
return { return {
duration, duration,

Loading…
Cancel
Save