Skip to content

Instantly share code, notes, and snippets.

@smallpaes
Last active June 9, 2020 14:12
Show Gist options
  • Save smallpaes/dc399e5ca49f25974addf2931e8db379 to your computer and use it in GitHub Desktop.
Save smallpaes/dc399e5ca49f25974addf2931e8db379 to your computer and use it in GitHub Desktop.
// 選定要觀察的對象
const dogImage = document.querySelector('.dog-img')
// 設定觀察
observer.observe(dogImage)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment