diff --git a/src/parallax-css-testpage/particles.js b/src/parallax-css-testpage/particles.js
index 045771715faa43838f925a2ea3b0f1e765b4eca7..232721bfe749afa06365927ca4be5fb439498920 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
 //