UAParser.js
Abstracts Away The Hassle of User-Agent Detection
@@ -1507,9 +1504,9 @@ $ npx ua-parser-js "Flock/2.16 (Zenwalk 7.3; es_PR;)" >> log.txt
Price |
FREE |
FREE |
-
$12 |
-
$25 |
-
$500 |
+
$14 |
+
$29 |
+
$588 |
diff --git a/js/script.js b/js/script.js
index ec26ade..09cd7bc 100644
--- a/js/script.js
+++ b/js/script.js
@@ -1,18 +1,5 @@
$(document)
.ready(function() {
- var labels = ['{ browser.name }', '{ os.version }', '{ device.type }'];
- var counter = 0;
- var rotateLabel = function () {
- $('.masthead h3 .label').transition('fly down', function () {
- $(this).text(labels[counter++]).transition('fade up', 100, function (){
- if(counter>=labels.length)counter=0;
- $(this).transition('jiggle');
- });
- });
- };
- $('.masthead h3').transition({animation: 'slide up', interval: 5000});
- rotateLabel();
- setInterval(rotateLabel, 1000);
var updateDemo = function (result) {
if(!result) return;