Custom Web-kit Animation
-
Hey Armin, I'm trying to have a seamless animated mouse-over state for my tag-line. I took a look at the Custom Styling tutorial and found additional help on-line but can't seem to get it to work.
I wonder if I should be coding the site-title and tag-line in the HTML portion of the site-title customization settings.
My site is linked here – manoiltzonev.co
The transition I'm trying to achieve would look something like this — https://stackoverflow.com/questions/5210033/using-only-css-show-div-on-hover-over-a
-
Dear @mtzonev
there are basically two ways.
Either you create a div in the CUSTOM HTML and then display or hide it on mouseover.
Or you append an element with jQuery to the title with jQuery.
Best!
Marius -
Dear @mtzonev
not sure. You will figure it out.
https://api.jquery.com/appendto/
If you do this step by step, you will know where is the best place.
Best!
Marius