Difference between revisions of "Template:Team:TU Eindhoven/Hexagon Script"
Jan Willem (Talk | contribs) |
Jan Willem (Talk | contribs) |
||
Line 80: | Line 80: | ||
if (vergroot == 0) { | if (vergroot == 0) { | ||
$("#hexagon" + id).css('transition', 'transform 0.5s'); | $("#hexagon" + id).css('transition', 'transform 0.5s'); | ||
− | $("#hexagon" + id).css('transform', 'rotate(' + (360 / amount * (id - 1) - 30).toString() + 'deg) translate( | + | $("#hexagon" + id).css('transform', 'rotate(' + (360 / amount * (id - 1) - 30).toString() + 'deg) translate(55px, 30px)'); |
$("#hexagon" + id).css('z-index', 50); | $("#hexagon" + id).css('z-index', 50); | ||
vergroot = 1; | vergroot = 1; |
Revision as of 16:35, 14 September 2015
var vergroot = 0; var steps = 13; var afknot = 50; var amount = 6; var radius = 250; var width = 320; var height = 0.5 * Math.sqrt(3) * width; var image = ['f/f0/TU_Eindhoven_menu_policypractice.png', '5/53/TU_Eindhoven_menu_collaborations.png', '1/14/TU_Eindhoven_menu_sponsors.png', 'b/bb/TU_Eindhoven_menu_home.png', '5/56/TU_Eindhoven_menu_team.png', '1/1a/TU_Eindhoven_menu_project.png']; var title = ['Policy Practices', 'Collaborations', 'Sponsors', 'Home', 'Team', 'Project']; var links = ['/Practices', '/Collaborations', '/Team/Sponsors', '', '/Team', '/Description']; $(document).ready(function() { //Hexagon for (j = 1; j <= amount; j++) { $('
').appendTo($("#hexagonwrapper")); $(' ' + title[j - 1] + '