From 3a754133dbc138390503341fd2e9beba3e43aa4b Mon Sep 17 00:00:00 2001
From: Jose Antonio Marquez
Date: Fri, 27 Jan 2012 12:05:17 -0800
Subject: Merged old FileIO
---
index.html | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 index.html
(limited to 'index.html')
diff --git a/index.html b/index.html
old mode 100644
new mode 100755
--
cgit v1.2.3
From 8a771e50a9f8104ee0f0f3f4f501ac68b2557126 Mon Sep 17 00:00:00 2001
From: Jose Antonio Marquez
Date: Fri, 27 Jan 2012 15:59:24 -0800
Subject: Setting up App caching
Set up the app caching for Ninja and files for initial templates for file I/O
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'index.html')
diff --git a/index.html b/index.html
index 44f8ec7e..1fe2fe02 100755
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
-->
-
+
--
cgit v1.2.3
From 544739a22f7e83d37e4a8411a57e61433e5383d4 Mon Sep 17 00:00:00 2001
From: Jose Antonio Marquez
Date: Sun, 29 Jan 2012 11:59:01 -0800
Subject: Removing App Caching
Temporarily removing the app cache until needed, should be set up and tested, so just would need to include and add files to the manifest.
---
index.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
(limited to 'index.html')
diff --git a/index.html b/index.html
index 1fe2fe02..ba2f70f8 100755
--- a/index.html
+++ b/index.html
@@ -4,7 +4,8 @@
No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
-->
-
+
+
@@ -39,7 +40,7 @@
left: 0%;
width: 100%;
height: 100%;
- background-image: -webkit-radial-gradient(center, ellipse cover, rgba(40, 40, 40, 1) 0%, rgba(5, 5, 5, 1) 50%, rgba(0, 0, 0, 1) 100%);
+ background-image: -webkit-radial-gradient(center, ellipse cover, rgba(40, 40, 40, 1) 0%, rgba(5, 5, 5, 1) 80%, rgba(0, 0, 0, 1) 100%);
background-size: auto, 115%;
background-color: rgba(150, 0, 0, 1);
background-position: center center;
--
cgit v1.2.3
From 33e655cbbb0816340c5a2e5d5cc0a6b0c7d9f53c Mon Sep 17 00:00:00 2001
From: Jose Antonio Marquez
Date: Wed, 1 Feb 2012 23:31:36 -0800
Subject: File IO clean up and setting up
Cleaned up file IO templates and removed app-caching from Ninja since it would be needed. Setting up io-mediator to hook up to controller. Still need to address naming conventions and clean up more in the io directory.
---
index.html | 56 ++++----------------------------------------------------
1 file changed, 4 insertions(+), 52 deletions(-)
(limited to 'index.html')
diff --git a/index.html b/index.html
index 9ee3e381..2fbf524a 100755
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
-->
-
+
@@ -44,13 +44,7 @@
background-size: auto, 115%;
background-color: rgba(150, 0, 0, 1);
background-position: center center;
- background-repeat: no-repeat;/*
-
- -webkit-animation-name: background-animation;
- -webkit-animation-duration: 3s;
- -webkit-animation-iteration-count: infinite;
- -webkit-animation-timing-function: linear;
-*/
+ background-repeat: no-repeat;
}
.montage-app-loaded body
@@ -81,10 +75,6 @@
left: 50%;
margin: -160px 0px 0px -160px;
overflow: visible;
- -webkit-animation-name: zoom;
- -webkit-animation-duration: 3s;
- -webkit-animation-iteration-count: infinite;
- -webkit-animation-timing-function: ease-in-out;
}
#ninja_logo .gradient
@@ -118,51 +108,13 @@
border-radius: 50%;
position: absolute;
top: 0px;
- left: 0px;/*
-
- -webkit-animation-name: solid-animation;
- -webkit-animation-duration: 3s;
- -webkit-animation-iteration-count: infinite;
- -webkit-animation-timing-function: linear;
-*/
+ left: 0px;
}
#ninja_logo canvas
{
position: absolute;
- margin: -45px -110px;/*
-
- -webkit-animation-name: rotate;
- -webkit-animation-duration: 1.5s;
- -webkit-animation-iteration-count: infinite;
- -webkit-animation-timing-function: linear;
-*/
- }
-
- @-webkit-keyframes solid-animation {
- 0% {background: #000;}
- 50% {background: #666;}
- 100% {background: #000;}
- }
-
- @-webkit-keyframes background-animation {
- 0% {background-size: 200%}
- 50% {background-size: 100%}
- 100% {background-size: 200%}
- }
-
- @-webkit-keyframes rotate {
- 0% {-webkit-transform: rotate(0deg); margin: -45px -110px;}
- 25% {-webkit-transform: rotate(90deg); margin: -90px -55px;}
- 50% {-webkit-transform: rotate(180deg); margin: -55px 0px;}
- 75% {-webkit-transform: rotate(270deg); margin: 0px -55px;}
- 100% {-webkit-transform: rotate(360deg); margin: -45px -110px;}
- }
-
- @-webkit-keyframes zoom {
- 0% {-webkit-transform: scale(.9);}
- 50% {-webkit-transform: scale(.5);}
- 100% {-webkit-transform: scale(.9);}
+ margin: -45px -110px;
}
--
cgit v1.2.3