smallplanetphantasmagoria / smallplanetphantasmagoria.github.io

0 stars 0 forks source link

Implement canvas or image maps on nav page #6

Closed smallplanetphantasmagoria closed 3 months ago

smallplanetphantasmagoria commented 3 months ago

Several things about the process to consider:

smallplanetphantasmagoria commented 3 months ago

First attempts at implementing this did not work well.

smallplanetphantasmagoria commented 3 months ago

Canvas is implemented with the increased number of frames on the test page. Once clickable areas are fully functional, the main nav page will make use of canvas.

Since clickable areas will be directly drawn on the canvas, a transparent canvas can be used for: ``By using an image map with the opacity set to 0, you can also define click areas on location page videos (e.g. for navigating to new areas, such as inside the Altair Bar or bookstore, that are inaccesible from the main nav). this idea. Will open a new enhancement issue.