dziudek wrote:In general you have to add at the end of the gk.scripts.js file the following code:
- Code: Select all
window.addEvent('load', function() {
document.getElements('SELECTOR').addClass('loaded');
});
where SELECTOR is a selector for your elements to animate i.e. ".myClass"
Dziudek, thank you for your help. I have tried different possibilities with no success. Which is my selector?
I have tried to search for it around here, sorry for the confusion:
1. <div class="gkTeam"> from the article html
2. *[data-animation="prodotti"] from gk.stuff.css
3. gkAddClass(element, 'loaded', false); from gk.scripts.js
I have published the website so you can see my page:
http://www.battistarea.it/index.php/col ... a-giardinothank you for your INFINITE patience!