✨moving cat
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
JS ⟩ browser ⟩ animation ⟩ example ⟩ moving cat
keep moving an image by updating its .style.left
property.
replit ⟩ moving cat
const {log} = console;
const {cos} = Math;
// ⭐️ import
import { $ } from './js/ext/Node_ext.js'; // Node extension
// --------------------------------------------------------------------
let cat = $