Spaces:
Running
Running
const transition = { | |
mass: 0.5, | |
damping: 11.5, | |
stiffness: 100, | |
restDelta: 0.001, | |
restSpeed: 0.001, | |
}; | |
EOF | |
cd /home/project && cd /home/project && cat > temp_transition.txt << 'EOF' | |
const transition = { | |
mass: 0.5, | |
damping: 11.5, | |
stiffness: 100, | |
restDelta: 0.001, | |
restSpeed: 0.001, | |
}; | |