- Posts: 6742
- Thank you received: 715
Image Animation
-
milos
Support Staff - Moderator
Less
More
9 years 7 months ago #44891
by milos
Replied by milos on topic Image Animation
Hi,
Please also edit /templates/hot_app/index.php and delete this part:
Thanks
Please also edit /templates/hot_app/index.php and delete this part:
Code:
;(function(jQuery, window, document, undefined) {
'use strict';
jQuery('.content_sparky img')
.on('emerged.emerge', function(event) {
jQuery(this).addClass('fadeInRight');
jQuery(this).removeClass('fadeOutRight');
})
.on('demerged.emerge', function(event) {
jQuery(this).addClass('fadeOutRight');
jQuery(this).removeClass('fadeInRight');
})
.emerge({
interval: 20, // default
threshold: 'auto', // default
recur: true, // default
auto: 0.5, // default (meaning 0.5 * screen width/height threshold)
visibility: true // default
});
})(jQuery, window, document);
Thanks
Please Log in to join the conversation.
-
silverfox47
Inactive member - Topic Author
- Member
Less
More
- Posts: 47
- Thank you received: 1
9 years 7 months ago #44892
by silverfox47
Replied by silverfox47 on topic Image Animation
Hi,
I have done that and still no images appear
Regards
I have done that and still no images appear
Regards
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
9 years 7 months ago #44893
by milos
Replied by milos on topic Image Animation
Please delete this part from template_css.css file as well:
Regards
Code:
.content_sparky img {
opacity: 0;
}
Regards
The following user(s) said Thank You: silverfox47
Please Log in to join the conversation.
-
silverfox47
Inactive member - Topic Author
- Member
Less
More
- Posts: 47
- Thank you received: 1
9 years 7 months ago #44912
by silverfox47
Replied by silverfox47 on topic Image Animation
Hi,
That has fixed the problem
Many Thanks
That has fixed the problem
Many Thanks
Please Log in to join the conversation.
Time to create page: 0.129 seconds