@octamap/prevent-resize-transition
v1.0.0
Published
Simple package for turning off transition on resizing
Maintainers
Keywords
Readme
Prevent Resize Transition
Really small script for preventing resize transition.
Setup
Add anywhere in head of index.html:
<script src="https://cdn.jsdelivr.net/npm/@octamap/[email protected]/dist/index.js" defer></script>Usage:
Prevent transition on a button:
This will disable transition when the window resizes on this button
<button class="prevent-resize-transition"></button>