UNPKG

@fabioricali/siriwavejs

Version:

The Siri wave replicated in a JS library.

13 lines (12 loc) 341 B
<style>body { background: #000; }</style> <script src="../siriwave.js"></script> <div id="container" style="width: 900px; height: 300px; background: #000"></div> <script> var SW = new SiriWave({ style: 'ios9', speed: 0.05, amplitude: 1, container: document.getElementById('container'), autostart: true, }); </script>