Skip to content
Snippets Groups Projects
Commit 09f122e8 authored by Dj's avatar Dj
Browse files

fix(parallax-css-testpage): Doc: Add todo points.

parent 4b17eda1
No related branches found
No related tags found
No related merge requests found
...@@ -2,23 +2,12 @@ ...@@ -2,23 +2,12 @@
* Particles.js * Particles.js
* *
* Particle emitter and renderer. * 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 // Helper
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment