✨cat in hat
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
JS ⟩ browser ⟩ animation ⟩ example ⟩ moving cat
keep images moving by updating their .style.left/top
properties.
replit ⟩ cat in hat
const {log} = console;
const {cos, sin} = Math;
// ⭐️ import
import { $ } from './js/ext/Node_ext.js'; // Node extension
// --------------------------------------------------------------------
let cat