Non JS version
captainbuckkets opened this issue · 4 comments
Most users have JS on (99.9999998%), however we had someone ask for a non JS version. Any way to do this without affecting and breaking the animations or failing to load the content?
Removing JS should also remove the WOW.js which loads most of the content.
I don't see an option that wouldn't require intensive rework .
Animation can be done in CSS.
non js version can be just contain several pages of text with simple a href navigation within page
non js version can be just contain several pages of text with simple a href navigation within page
Would prefer this. The graphical animation was done as SVGs, but the issue was the slide in animations for text which is WOW.js. I don't mind replacing that, but current version looks nicest.
I just don't personally know how to set a webpage to detect js use or not.