From 09f122e89654eed538fcb13b792686b8605accf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominique=20J=C3=BCrgensen?= <mail@dominiq.eu> Date: Sun, 26 Dec 2021 01:45:00 +0100 Subject: [PATCH] fix(parallax-css-testpage): Doc: Add todo points. --- src/parallax-css-testpage/particles.js | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/src/parallax-css-testpage/particles.js b/src/parallax-css-testpage/particles.js index 045771715..232721bfe 100644 --- a/src/parallax-css-testpage/particles.js +++ b/src/parallax-css-testpage/particles.js @@ -2,23 +2,12 @@ * Particles.js * * Particle emitter and renderer. + * + * TODO: Gleichmäßige Particle verteilung + * TODO: Pulse Animation anpassen (easing) */ -// Polyfill: requestAnimationFrame() -// -// window.requestAnimationFrame = function() { -// return window.requestAnimationFrame || -// window.webkitRequestAnimationFrame || -// window.mozRequestAnimationFrame || -// window.msRequestAnimationFrame || -// window.oRequestAnimationFrame || -// function(f) { -// window.setTimeout(f,1e3/60); -// } -// }(); - - // // Helper // -- GitLab