mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +00:00
3 lines
143 B
JavaScript
3 lines
143 B
JavaScript
if (document.querySelectorAll('[data-bss-baguettebox]').length > 0) {
|
|
baguetteBox.run('[data-bss-baguettebox]', { animation: 'slideIn' });
|
|
} |