ThomasStarck (Talk | contribs) |
ThomasStarck (Talk | contribs) |
||
Line 60: | Line 60: | ||
#SVGcontainer1{ | #SVGcontainer1{ | ||
position: fixed; | position: fixed; | ||
− | |||
width: 100%; | width: 100%; | ||
right: 0%; | right: 0%; | ||
Line 66: | Line 65: | ||
transition-delay: 1s; | transition-delay: 1s; | ||
transition-timing-function: cubic-bezier(.74,0,.34,1); | transition-timing-function: cubic-bezier(.74,0,.34,1); | ||
+ | top: 50%; | ||
+ | transform: translate(0%;-50%); | ||
} | } | ||
#SVGcontainer2{ | #SVGcontainer2{ | ||
position: fixed; | position: fixed; | ||
− | |||
width: 100%; | width: 100%; | ||
right: -100%; | right: -100%; | ||
Line 75: | Line 75: | ||
transition-delay: 1s; | transition-delay: 1s; | ||
transition-timing-function: cubic-bezier(.74,0,.34,1); | transition-timing-function: cubic-bezier(.74,0,.34,1); | ||
+ | top: 50%; | ||
+ | transform: translate(0%;-50%); | ||
} | } | ||
#Calque_1{ | #Calque_1{ | ||
Line 85: | Line 87: | ||
margin: 0px; | margin: 0px; | ||
padding: 0px; | padding: 0px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
</style> | </style> |
Revision as of 16:09, 3 September 2018