✨cat behind hat
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
JS ⟩ browser ⟩ animation ⟩ example ⟩ moving cat
move image by updating its .style.tranform
property.
replit ⟩ cat behind hat
const {log} = console
// ⭐️ import
import { $ } from './js/ext/Node_ext.js'; // Node extension
// --------------------------------------------------------------------
// ⭐️ absolutely positioned <img>
const hat = $('#hat');