mirror of https://github.com/sveltejs/svelte
parent
6ed2a6c785
commit
53c5c32da3
@ -0,0 +1 @@
|
||||
<div in:fade>fades in</div>
|
@ -0,0 +1,37 @@
|
||||
{
|
||||
"hash": 1535528483,
|
||||
"html": {
|
||||
"start": 0,
|
||||
"end": 27,
|
||||
"type": "Fragment",
|
||||
"children": [
|
||||
{
|
||||
"start": 0,
|
||||
"end": 27,
|
||||
"type": "Element",
|
||||
"name": "div",
|
||||
"attributes": [
|
||||
{
|
||||
"start": 5,
|
||||
"end": 12,
|
||||
"type": "Transition",
|
||||
"name": "fade",
|
||||
"intro": true,
|
||||
"outro": false,
|
||||
"expression": null
|
||||
}
|
||||
],
|
||||
"children": [
|
||||
{
|
||||
"start": 13,
|
||||
"end": 21,
|
||||
"type": "Text",
|
||||
"data": "fades in"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"css": null,
|
||||
"js": null
|
||||
}
|
Loading…
Reference in new issue