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')
|
var logo = document.getElementById('logo-img')
|
||||||
logo.classList.add('rotate')
|
logo.classList.add('rotate')
|
||||||
function ruotaLogo() {
|
function ruotaLogo() {
|
||||||
logo.style.transform = 'rotate(' + -window.pageYOffset/2+'deg)'
|
logo.style.transform = 'rotate(' + window.pageYOffset/2+'deg)'
|
||||||
}
|
}
|
||||||
function scrollSetup() {
|
function scrollSetup() {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
Loading…
Reference in a new issue