UNPKG

infect-frontend

Version:
20 lines (19 loc) 353 B
<style> .frame { height: 100%; width: 100%; border: 1px solid red; transform: translate3d(0, 0, 0); overflow: hidden; } .ball { position: absolute; height: 20px; width: 20px; border-radius: 100%; background-color: red; transition: transform 1.9s ease-in-out; } </style> <div class="frame"></div> <script src="div.js"></script>