Hi,
Yes, it's possible you have to add this code to your text widget from Header position:
- Code: Select all
<div class="gk-guitar second" data-start="{'opacity': 0, 'left': '-400px'}" data-end="{'opacity': 1, 'left': 0}" data-delay="900" data-time="450">Guitar</div>
after this, first div with guitar
- Code: Select all
<div class="gk-guitar" data-start="{'opacity': 0, 'right': '-200px'}" data-end="{'opacity': 1, 'right': 0}" data-delay="900" data-time="450">Guitar</div>
Then if you want to change this image, add this code to Fest/css/override.css file: (first enable this option from Template Option -> Advanced tab)
- Code: Select all
.gk-animation .gk-guitar.second {
background-image: url('../images/your_image.png')
}