mirror of https://github.com/sveltejs/svelte
parent
2e9cd4742c
commit
b8beb002a1
@ -1,17 +0,0 @@
|
|||||||
<div transition:foo><slot></slot></div>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
transitions: {
|
|
||||||
foo: function ( node, params ) {
|
|
||||||
return {
|
|
||||||
delay: 50,
|
|
||||||
duration: 100,
|
|
||||||
tick: t => {
|
|
||||||
node.foo = t;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
</script>
|
|
@ -1,17 +0,0 @@
|
|||||||
<div transition:foo><slot></slot></div>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
transitions: {
|
|
||||||
foo: function ( node, params ) {
|
|
||||||
return {
|
|
||||||
delay: 50,
|
|
||||||
duration: 100,
|
|
||||||
tick: t => {
|
|
||||||
node.foo = t;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
</script>
|
|
Loading…
Reference in new issue