About to create extra animation - by Protouch

This topic has 2 replies, 2 voices, and was last updated 9 years, 11 months ago ago by Robert Hall

  • Avatar: protouchlink
    Protouch
    Participant
    December 17, 2014 at 22:01

    Hello, I want to know if there any css code or PHP function to add extra animation? I mean, I want to change the animation between general header and fixed header during scroll? May it possible in Royal WordPress Theme? when I scroll the header is changing to fixed header in a normal animation, I want to change it. I changr the hesder height through “custon.css” but is there any process to change the animation style? As I know it is possible, but I’m not aware about your custom coding for HEADER TRANSPARENCY CHANGE ANIMATION. I mean I don’t know the class of Header trnsition. Help to change the animation style, because the style is general, and Man it is going to 2015 so why don’t use unique style. Royal theme is the best WordPress theme but many limitations. Best theme ever in style. No theme can show this type of unique and appropriate style. Thanks for creating such a theme.

    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 18, 2014 at 08:52

    Hello,

    Unfortabely, We don’t have such feature in our theme.
    But you can try to play with code. Read more here:
    http://www.w3schools.com/css/css3_transitions.asp
    Our theme uses that code for fixed-header animation:

    .fixed-header-area{
    -webkit-transition: 0.4s all ease-in-out;
    -moz-transition: 0.4s all ease-in-out;
    -ms-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 1s all ease-in-out;
    }

    Regards,
    Robert Hall.

  • Viewing 2 results - 1 through 2 (of 2 total)

The issue related to '‘About to create extra animation’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.