ThomasStarck (Talk | contribs) |
ThomasStarck (Talk | contribs) |
||
Line 42: | Line 42: | ||
position: absolute; | position: absolute; | ||
height: 70vh; | height: 70vh; | ||
+ | right: 0%; | ||
transition: right 3s; | transition: right 3s; | ||
transition-delay: 2s; | transition-delay: 2s; | ||
Line 52: | Line 53: | ||
#SVGcontainer2{ | #SVGcontainer2{ | ||
position: absolute; | position: absolute; | ||
− | left: | + | left: 100%; |
height: 70vh; | height: 70vh; | ||
transition: right 3s; | transition: right 3s; | ||
Line 657: | Line 658: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$('#SVGcontainer1').css("right", "100%"); | $('#SVGcontainer1').css("right", "100%"); | ||
− | $('#SVGcontainer2').css(" | + | $('#SVGcontainer2').css("left", "0%"); |
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 19:29, 8 October 2018