Is there a way to create a browser screen shaking effect using javascript?
I attempted to use window.moveBy(x,y)
after researching online, but it didn't work as expected.
Are there any libraries or code snippets available that can assist in achieving this type of animation or effect?