digital-theory/js/main.js

20 lines
312 B
JavaScript
Raw Normal View History

2023-04-21 23:27:42 +02:00
anime({
targets: '#main_title',
top: ['240px','100px'],
opacity: ['0','1'],
easing: 'easeInOutQuad'
});
2023-04-21 23:27:42 +02:00
anime({
targets: '#hand',
backgroundPosition: ['50px','0px'],
opacity: ['0.5','1'],
easing: 'easeInOut'
});
anime({
targets: '#cover h2',
opacity: ['0.5','1'],
easing: 'easeInOut'
});