Correction Transitions

This commit is contained in:
Massimo Di Lullo 2019-09-02 13:50:25 -04:00
parent 9845453ba1
commit cf17a51238
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -142,7 +142,7 @@ section#activites {
.sub-section { .sub-section {
position: relative; position: relative;
transition: all 2s; transition: transform 2s;
div.no-spacing { div.no-spacing {
margin: 0; margin: 0;
@ -195,7 +195,7 @@ section#activites {
div.headline { div.headline {
margin-top: 75px; margin-top: 75px;
padding: 25px; padding: 25px;
transition: all 0.25s; transition: display 0.25s;
position: absolute; position: absolute;
color: white; color: white;
max-width: 35%; max-width: 35%;
@ -222,7 +222,7 @@ section#activites {
.bg-img { .bg-img {
position: absolute; position: absolute;
transition: all 2s; transition: transform 2s;
&.gala-img { &.gala-img {
background-image: url('../img/gala.jpg'); background-image: url('../img/gala.jpg');