correggi rotazione per logo sulla destra
This commit is contained in:
parent
de012f518c
commit
284fc7d8b0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
var logo = document.getElementById('logo-img')
|
||||
logo.classList.add('rotate')
|
||||
function ruotaLogo() {
|
||||
logo.style.transform = 'rotate(' + -window.pageYOffset/2+'deg)'
|
||||
logo.style.transform = 'rotate(' + window.pageYOffset/2+'deg)'
|
||||
}
|
||||
function scrollSetup() {
|
||||
"use strict";
|
||||
|
|
Loading…
Reference in a new issue