Line 18: | Line 18: | ||
});*/ | });*/ | ||
function flowtext(){ | function flowtext(){ | ||
− | + | var texti = document.getElementsById('texti'); | |
var tspanC1 = document.getElementsById("tspanC1"); | var tspanC1 = document.getElementsById("tspanC1"); | ||
− | + | $('texti').toggleClass('visible'); | |
$('tspanC1').toggleClass('visible'); | $('tspanC1').toggleClass('visible'); | ||
/*$('text').toggleClass('visible');*/ | /*$('text').toggleClass('visible');*/ | ||
Line 37: | Line 37: | ||
pointer-events:all; | pointer-events:all; | ||
} | } | ||
− | + | #texti{ | |
fill-opacity:0; | fill-opacity:0; | ||
− | } | + | } |
#tspanC1{ | #tspanC1{ | ||
opacity:0; | opacity:0; | ||
Line 49: | Line 49: | ||
opacity:1; | opacity:1; | ||
}*/ | }*/ | ||
− | + | #texti.visible{ | |
fill-opacity:1; | fill-opacity:1; | ||
} | } | ||
#texti .visible{ | #texti .visible{ | ||
fill-opacity:1; | fill-opacity:1; | ||
− | } | + | } |
#tspanC1.visible{ | #tspanC1.visible{ | ||
opacity:1; | opacity:1; | ||
Line 61: | Line 61: | ||
opacity:1; | opacity:1; | ||
} | } | ||
− | + | #texti:hover{ | |
fill-opacity:1; | fill-opacity:1; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
]]></style> | ]]></style> | ||
Line 4,663: | Line 4,657: | ||
height="80" | height="80" | ||
width="80" /> | width="80" /> | ||
− | <rect class="btn" y="70.643089" x="28.522079" onclick="flowtext()" width="80" height="80"/> | + | <!--<rect class="btn" y="70.643089" x="28.522079" onclick="flowtext()" width="80" height="80"/>--> |
</g> | </g> | ||
<!--</a>--> | <!--</a>--> |
Revision as of 09:11, 30 October 2017