Skip to content
Snippets Groups Projects
Commit 52e45067 authored by Yoan VALLET's avatar Yoan VALLET
Browse files

Merge branch 'fix/animation' into 'master'

Fixed genius animation

See merge request web-et-numerique/llle_project/ecolyo_landing_page!4
parents df5cfe19 20c40f40
No related branches found
No related tags found
1 merge request!4Fixed genius animation
......@@ -5,7 +5,7 @@
transform: rotateZ(0deg);
}
50% {
transform: rotateZ(10deg);
transform: rotateZ(-15deg);
}
100% {
transform: rotateZ(0deg);
......@@ -23,7 +23,7 @@
}
}
#genius {
transform-origin: 75% 0%;
transform-origin: 35% 0%;
animation-name: balance;
animation-duration: 4s;
animation-timing-function: ease-in-out;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment