• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

How to animate arrow?

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › How to animate arrow?

This topic is: resolved
  • This topic has 5 replies, 2 voices, and was last updated 10 years, 7 months ago by Davinder Singh Kainth.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • September 14, 2015 at 12:33 pm #165451
    mort1m
    Member

    I'm currently redesigning my site is at http://mikkelsgaard.no and building it on the Altitude Pro theme. I've added some arrows (dashicons) pointing down from section 1 to 2 and from 3 to 4 and added jump links on them. To make them more visible, I would like to put some animation on them too - making them jump up and down to tempt visitors to click on them to go further down the site.

    The problem is that I'm quite new to CSS and html, so I don't know where I could find some code making me do this with the dashicons.

    Anyone got some tip on this, or willing to post a simple solution?

    Tanks in advance.

    http://mikkelsgaard.no
    September 14, 2015 at 1:55 pm #165465
    Davinder Singh Kainth
    Member

    Check this -

    and

    http://www.designermukesh.com/blog/create-infinite-bounce-effect-with-css3-animation/


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    September 14, 2015 at 2:39 pm #165476
    mort1m
    Member

    Hi Davinder - thanks for your suggestions and time.

    Unfortunately, neither of those work very well. When I put the CSS in style.css and the html in an text widget, the first one does not animate at all - the icon just stands still. The second one animates, but sits in the bottom of the screen and noe where i want it to be.

    September 15, 2015 at 12:09 am #165538
    Davinder Singh Kainth
    Member

    2nd one make it sit at bottom due to position: absolute;

    If you want to use position absolute, then add position relative to its main wrapper. Before you try that, you can simple remove following code and check.

    position: absolute;
     bottom: 30px;
     left: 50% ;

    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    September 15, 2015 at 10:07 am #165598
    mort1m
    Member

    Thanks for your input again, Davinder 🙂 I got the last one working with the dashicon-arrow, removing lots of code (as I did not want to use font awesome either) and ended up with this - that seems to work fine:

    .bounce {
     animation: bounce 2s infinite;
     -webkit-animation: bounce 2s infinite;
     -moz-animation: bounce 2s infinite;
     -o-animation: bounce 2s infinite;
    }
     
    @-webkit-keyframes bounce {
     0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
     40% {-webkit-transform: translateY(-30px);}
     60% {-webkit-transform: translateY(-15px);}
    }
     
    @-moz-keyframes bounce {
     0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
     40% {-moz-transform: translateY(-30px);}
     60% {-moz-transform: translateY(-15px);}
    }
     
    @-o-keyframes bounce {
     0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
     40% {-o-transform: translateY(-30px);}
     60% {-o-transform: translateY(-15px);}
    }
    @keyframes bounce {
     0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
     40% {transform: translateY(-30px);}
     60% {transform: translateY(-15px);}
    }
    September 15, 2015 at 2:17 pm #165625
    Davinder Singh Kainth
    Member

    Looking cool 🙂


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to animate arrow?’ is closed to new replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble