Update text.md; added comma

pull/2541/head
Allan Tito 7 years ago committed by GitHub
parent 4339f52c60
commit 28fa18bfc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,7 @@ The `t` value is `0` at the beginning of an intro or the end of an outro, and `1
Most of the time you should return the `css` property and *not* the `tick` property, as CSS animations run off the main thread to prevent jank where possible. Svelte 'simulates' the transition and constructs a CSS animation, then lets it run. Most of the time you should return the `css` property and *not* the `tick` property, as CSS animations run off the main thread to prevent jank where possible. Svelte 'simulates' the transition and constructs a CSS animation, then lets it run.
For example the `fade` transition generates a CSS animation somewhat like this: For example, the `fade` transition generates a CSS animation somewhat like this:
```css ```css
0% { opacity: 0 } 0% { opacity: 0 }

Loading…
Cancel
Save