summaryrefslogtreecommitdiff
path: root/tree/public/assets/js/lib/view/HomeView.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-11-28 18:12:34 -0500
committerJules Laplace <jules@okfoc.us>2016-11-28 18:12:34 -0500
commitec41dd9dcc8e9af0d108297c6cfcfcef43d0d105 (patch)
treeec9569f69a6420e965661b3c03c252b4212c99f2 /tree/public/assets/js/lib/view/HomeView.js
parent2860b0ceae8e08704996b3397fb8b962ca60ab95 (diff)
new reality co
Diffstat (limited to 'tree/public/assets/js/lib/view/HomeView.js')
-rw-r--r--tree/public/assets/js/lib/view/HomeView.js28
1 files changed, 0 insertions, 28 deletions
diff --git a/tree/public/assets/js/lib/view/HomeView.js b/tree/public/assets/js/lib/view/HomeView.js
index a235dc5..9fbb22f 100644
--- a/tree/public/assets/js/lib/view/HomeView.js
+++ b/tree/public/assets/js/lib/view/HomeView.js
@@ -20,34 +20,6 @@ var HomeView = View.extend({
show: function(){
document.body.className = "home"
this.render(this.data)
- environment.load({
- module: 'welcome',
- })
- corner.animate({
- to: 'zeroes',
- tween: 'gradient_diagonal',
- delay: 1000,
- duration: 200,
- }).then({
- to: corner.ascii.snake,
- tween: 'ascii',
- duration: 600,
- }).then({
- from: corner.ascii.snake,
- to: 'zeroes',
- tween: 'ascii_from',
- }).then({
- to: corner.ascii.snake,
- tween: 'ascii',
- duration: 600,
- }).then({
- from: corner.ascii.snake,
- to: 'zeroes',
- tween: 'ascii_from',
- }).then({
- to: corner.ascii.letter_v,
- tween: 'ascii',
- })
},
hide: function(){