digital-theory/js/main.js

20 lines
312 B
JavaScript

anime({
targets: '#main_title',
top: ['240px','100px'],
opacity: ['0','1'],
easing: 'easeInOutQuad'
});
anime({
targets: '#hand',
backgroundPosition: ['50px','0px'],
opacity: ['0.5','1'],
easing: 'easeInOut'
});
anime({
targets: '#cover h2',
opacity: ['0.5','1'],
easing: 'easeInOut'
});