aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/reactive-background/reactive-background.component.html
diff options
context:
space:
mode:
authorDanijel Andjelkovic <adanijel99@gmail.com>2022-03-27 05:09:30 +0200
committerDanijel Andjelkovic <adanijel99@gmail.com>2022-03-27 05:09:30 +0200
commit982a04c28dcb401fa722cb48976379a1cf6298d8 (patch)
treeb1e249413245400460a005a6fc001240abed0099 /frontend/src/app/_elements/reactive-background/reactive-background.component.html
parent080163344ae2e8dd89fccec12cd0487decf815b5 (diff)
Dodao komponentu za iscrtavanje i animiranje pozadine.
Diffstat (limited to 'frontend/src/app/_elements/reactive-background/reactive-background.component.html')
-rw-r--r--frontend/src/app/_elements/reactive-background/reactive-background.component.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/app/_elements/reactive-background/reactive-background.component.html b/frontend/src/app/_elements/reactive-background/reactive-background.component.html
new file mode 100644
index 00000000..756952fb
--- /dev/null
+++ b/frontend/src/app/_elements/reactive-background/reactive-background.component.html
@@ -0,0 +1 @@
+<canvas id="bgCanvas" width="200" height="200" style="position: fixed; z-index: -1;"></canvas> \ No newline at end of file