TurbulentFlux generates dynamic glow spots in a certain area and update them consistently. → Demo
CleanShot.2025-07-07.at.13.21.55-converted.3.mp4
<div id="my-tblf"></div>
<link rel="stylesheet" href="https://unpkg.com/turbulent-flux/src/index.css" />
<script type="module">
import TurbulentFlux from 'https://unpkg.com/turbulent-flux/src/index.js'
new TurbulentFlux(document.getElementById('my-tblf'))
</script>Pass options through:
new TurbulentFlux(myContainerElement, myOptions)Default options are applied when nothing is passed to the constructor. To tweak the defaults, go to TurbulentFlux Demo. Default options can also be found in src/index.js.