animated slide in background
demonstration of using the animated-slide-in-background module from the cdn
HTML
<script src="https://unpkg.com/[email protected]/dist/main.js"></script>
<div data-asb data-asb-color="chocolate" data-asb-angle="40" class="my-element"></div>
CSS
.my-element {
background: lavender;
width: 300px;
height: 250px;
margin: 10px;
display: flex;
overflow: hidden;
}
JavaScript
autoBindElements();