mirror of
https://github.com/RetroDECK/RetroDECK-Website.git
synced 2024-11-22 14:55:38 +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' });
|
||
|
}
|