<script>
function foo(node, params) {
return {
duration: 100,
tick: t => {
node.foo = t;
}
};
</script>
<div transition:foo|local></div>