fians / Waves

Click effect inspired by Google's Material Design
http://fians.github.io/Waves/
MIT License
3.48k stars 503 forks source link

Waves builder (demo) #195

Closed DanielRuf closed 4 years ago

DanielRuf commented 6 years ago

I've built https://builder-toolbox.github.io/waves-builder/

Maybe it is helpful for some people. It uses localstorage for storing the last input and is made with dat.gui and some other small solutions.

Might just work in modern browsers as I use template literals / strings and some other "special" ES(6) features.

lucasvazq commented 4 years ago

AMP version?

DanielRuf commented 4 years ago

Why would you want an AMP version? AMP is hosted on Google servers, does not allow custom JS and is mainly for news websites. I don't recommend AMP.

lucasvazq commented 4 years ago

It allows js

DanielRuf commented 4 years ago

This is not an option for me. I see no real benefits by hosting this on Google servers.

DanielRuf commented 4 years ago

Unneeded complication: https://amp.dev/documentation/guides-and-tutorials/develop/custom-javascript/

Currently it's directly delivered from https://github.com/builder-toolbox/waves-builder/ using GitHub pages.

lucasvazq commented 4 years ago

@DanielRuf the javascript allowed in AMP is very restricted. And respect to the other comment, you don't need to store your amp sites in google servers, you can store your sites wherever you want.

DanielRuf commented 4 years ago

AMP version?

Still, not relevant / needed for a demo for a project. I think GitHub Pages is pretty fine. If you want to create a demo using AMP, you are welcome. But it is not needed.