• Hi,
    I really love the home page of this WP theme : Interactive Links – Smilt? 1
    and I wondering if there is anyway to create the same kind of text animation in my existing WP website ? Indeed, I could buy the theme but the rest of the pages do not suit me ! Do you know if there is any plugin that allows to do that or any idea how to make it ? Many thanks in advance for your advice.
    Cheers,
    Florence

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    The text animation where the links slide in from opposite directions? It is done with CSS animation. You can use your browser’s element inspector tool to examine what CSS was applied. They used a transform: CSS rule as an element style for each row’s overall container div. The row is initially positioned well off screen, then the transformation is applied that slides the row into view.

    You could actually copy the applicable CSS from the tool and apply it on your own page’s HTML, but unless you have a reasonable understanding of the CSS involved, it’ll likely not work without further modification. Search the ‘net for “CSS transform” to learn more about using this rule so you can correctly adapt it to you specific need.

    Thread Starter flo-bxl

    (@flo-bxl)

    Thank you for your answer, I’ll have a look at this CSS rule. i’m not a fully CSS master but I understand quite well, I hope that’s enough ??

    Best,

    Florence

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home page with Interactive text’ is closed to new replies.