bandsbender's picture
Upload 348 files
21a686e verified
raw
history blame
305 Bytes
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,
};