Browse Source

Pulse animation while processing photo

Tobias Reich 10 years ago
parent
commit
9ce8f9b467
2 changed files with 22 additions and 0 deletions
  1. 22 0
      assets/css/upload.css
  2. 0 0
      assets/min/main.css

+ 22 - 0
assets/css/upload.css

@@ -110,6 +110,28 @@
 			font-size: 14px;
 		}
 
+		.upload_message .rows .row a.status {
+			-webkit-animation-name: pulse;
+			-webkit-animation-duration: 2s;
+			-webkit-animation-timing-function: ease-in-out;
+			-webkit-animation-iteration-count: infinite;
+			-moz-animation-name: pulse;
+			-moz-animation-duration: 2s;
+			-moz-animation-timing-function: ease-in-out;
+			-moz-animation-iteration-count: infinite;
+			animation-name: pulse;
+			animation-duration: 2s;
+			animation-timing-function: ease-in-out;
+			animation-iteration-count: infinite;
+		}
+
+			.upload_message .rows .row a.status.error,
+			.upload_message .rows .row a.status.success {
+				-webkit-animation: none;
+				-moz-animation: none;
+				animation: none;
+			}
+
 			.upload_message .rows .row a.status.error {
 				color: rgb(213, 24, 24);
 			}

File diff suppressed because it is too large
+ 0 - 0
assets/min/main.css


Some files were not shown because too many files changed in this diff