README
positioned
Callback when an element is in the document and has a position.
Usage
var positioned = require('positioned');
positioned(element, function() {
// called when the element is in the document and has a position.
});
Callback when an element has a position
<script type="module">
import positioned from 'https://cdn.skypack.dev/positioned';
</script>
var positioned = require('positioned');
positioned(element, function() {
// called when the element is in the document and has a position.
});