Slight price increase

This commit is contained in:
Faisal Salman
2024-10-29 19:33:16 +07:00
parent f3c2d87691
commit fab260050f
2 changed files with 3 additions and 19 deletions

View File

@@ -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;