Hello,
I’m looking into building a site which will have new content added each month for a year. The site will consist of a tree graphic that starts off small & grows as the user scrolls with branches appearing which can be clicked on to display a modal of content. As new content gets added each month the user will be able to scroll further, growing the tree even more with new branches for the new content.
I was wondering what peoples advice would be on the best way to do this? I was thinking of JavaScript & the HTML5 canvas but as I’m more of a PHP developer I’m not sure if this is the best way? Or if there are JavaScript libraries out there which will help?