- Bucharest
Pinned Loading
-
thehumaninterface/dance-cloud
thehumaninterface/dance-cloud PublicPlatforma dansului contemporan românesc
HTML
-
Screen reader
Screen reader 1/**
2* Visually hidden, but accessible
3* https://css-tricks.com/places-its-tempting-to-use-display-none-but-dont/
4*/
5.visuallyhidden {
-
debounce, throttle
debounce, throttle 1// https://davidwalsh.name/function-debounce
2debounce = function(func, wait, immediate) {
3var timeout;
4return function() {
5var context = this, args = arguments;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.