0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 00:46:29 +01:00

remove file

This commit is contained in:
ekhaled 2018-03-06 19:05:09 +00:00
parent 2e9cd4742c
commit b8beb002a1
2 changed files with 0 additions and 34 deletions

View File

@ -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>

View File

@ -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>