logo ruota piu naturale
al contrario e piu lentamente
This commit is contained in:
parent
edf11ac166
commit
29aed3d534
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
console.log('start!')
|
||||
var logo = document.getElementById('logo-img')
|
||||
function ruotaLogo() {
|
||||
logo.style.transform = 'rotate(' + window.pageYOffset/5+'deg)'
|
||||
logo.style.transform = 'rotate(' + -window.pageYOffset/2+'deg)'
|
||||
}
|
||||
function scrollSetup() {
|
||||
"use strict";
|
||||
|
|
Loading…
Reference in a new issue