Placed the colon back.

The original colon from the tutorial got lost in all my edits, but now is found and happily returned.
pull/6895/head
mjvandermeulen 5 years ago committed by GitHub
parent 721a252d99
commit 44bbced569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@ Ordinarily, transitions will play on elements when any container block is added
Instead, we'd like transitions to play only when individual items are added and removed — in other words, when the user drags the slider. Instead, we'd like transitions to play only when individual items are added and removed — in other words, when the user drags the slider.
We can achieve this with a *local* transition, which only plays when the block with the transition itself is added or removed. We can achieve this with a *local* transition, which only plays when the block with the transition itself is added or removed:
```html ```html
<div transition:slide|local> <div transition:slide|local>

Loading…
Cancel
Save