var animation = bodymovin.loadAnimation({
// properties
})
mixin item(img, headline, description)
.item
img(src=img)
h3=headline
p=description
include modules/test-modules
+item('../img', 'Lorem ipsum', 'Long text')
var searchBtn = document.getElementById(' ');
searchBtn.addEventListener('click', searchText, flase)
function searchText () {
// search text
if (flag == true) { // if text exists
scrollToLink();
playSound();
}
}
function scrollToLink () {
//
};
function playSound() {
//
};