New slogans in front page
This commit is contained in:
parent
d29570095d
commit
a27a2de226
4 changed files with 31 additions and 19 deletions
|
@ -45,7 +45,7 @@ $jq(document).ready(function ($) {
|
|||
$('#da-slider').cslider();
|
||||
|
||||
//Initial mixitup, used for animated filtering portfolio.
|
||||
$('#portfolio-grid').mixitup({
|
||||
$('#features-grid').mixitup({
|
||||
'onMixStart': function (config) {
|
||||
$('div.toggleDiv').hide();
|
||||
}
|
||||
|
@ -302,8 +302,8 @@ Sand mail
|
|||
/************************
|
||||
Animate elements
|
||||
*************************/
|
||||
|
||||
//Animate thumbnails
|
||||
|
||||
//Animate thumbnails
|
||||
$jq('.thumbnail').one('inview', function (event, visible) {
|
||||
if (visible == true) {
|
||||
$jq(this).addClass("animated fadeInDown");
|
||||
|
@ -320,7 +320,7 @@ Sand mail
|
|||
$jq(this).removeClass("animated fadeInDown");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
//animate first team member
|
||||
$jq('#first-person').bind('inview', function (event, visible) {
|
||||
if (visible == true) {
|
||||
|
@ -329,7 +329,7 @@ Sand mail
|
|||
$jq('#first-person').removeClass("animated pulse");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
//animate sectond team member
|
||||
$jq('#second-person').bind('inview', function (event, visible) {
|
||||
if (visible == true) {
|
||||
|
@ -347,7 +347,7 @@ Sand mail
|
|||
$jq('#third-person').removeClass("animated pulse");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
//Animate price columns
|
||||
$jq('.price-column, .testimonial').bind('inview', function (event, visible) {
|
||||
if (visible == true) {
|
||||
|
@ -356,7 +356,7 @@ Sand mail
|
|||
$jq(this).removeClass("animated fadeInDown");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
//Animate contact form
|
||||
$jq('#block-cillero_manuel-block-availability').bind('inview', function (event, visible) {
|
||||
if (visible == true) {
|
||||
|
@ -417,4 +417,4 @@ function initializeMap() {
|
|||
});
|
||||
|
||||
infowindow.open(map, marker);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue