Highlight Element
Fade and highlight elements, suitable for product breakdown and presentation scenarios.
Install Plugin
You need to install the bright plugin to use it. Click here to visit the Github repository.
sh
npm install @leafer-in/brightsh
pnpm add @leafer-in/brightsh
yarn add @leafer-in/brightsh
bun add @leafer-in/brightOr include via script tag and use the global variable LeaferIN.bright to access plugin features.
html
<script src="https://unpkg.com/@leafer-in/bright@2.1.0/dist/bright.min.js"></script>html
<script src="https://unpkg.com/@leafer-in/bright@2.1.0/dist/bright.js"></script>