Go back
Video tilting drum blender MIXOMAT C-SE
Video tilting drum blender MIXOMAT C-HE
$(document).ready(function() {
if (window.location.hash) {
setTimeout(() => {
const target = $(window.location.hash);
if (target.length) {
$('html, body').animate({ scrollTop: target.offset().top }, 500);
}
}, 100);
}
});