Skip to content

Instantly share code, notes, and snippets.

@jamonholmgren
Created July 31, 2020 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamonholmgren/e4147f56b3e9ef5462f5fe3541444755 to your computer and use it in GitHub Desktop.
Save jamonholmgren/e4147f56b3e9ef5462f5fe3541444755 to your computer and use it in GitHub Desktop.
function updateHamster() {
Object.assign(hamster.style, {
left: `${state.x * 30}px`,
top: `${state.y * 30}px`,
transitionDuration: "0.5s"
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment