Update site/content/tutorial/10-transitions/05-custom-js-transitions/app-b/App.svelte

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

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

Loading…
Cancel
Save