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
Branches
No related tags found
No related merge requests found
......@@ -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
//
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment