Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> RavenNuke(tm) v2.5x
Author Message
hicuxunicorniobestbuildpc
The Mouse Is Extension Of Arm



Joined: Aug 13, 2009
Posts: 1122

PostPosted: Mon Nov 24, 2014 8:17 am Reply with quote

H3LLO everybody!!

Today I searched for information on internet how to fade in and out the entire website. I did found some good information. I do not want to use jquery or any other javascript.

This is what I did and my result is only nice in the Nav Menu but the blocks are not doing the job. That is why I would like to know if you have any information about it.

style.css

Code:
a{-webkit-transition: all 2s ease-in-out;-moz-transition: all 2s ease-in-out;-ms-transition: all 2s ease-in-out;-o-transition: all 2s ease-in-out;transition: all 2s ease-in-out;}


This one makes it better

Code:
a{animation: fadein 2s;

    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
 
View user's profile Send private message
djmaze
Subject Matter Expert



Joined: May 15, 2004
Posts: 727
Location: http://tinyurl.com/5z8dmv

PostPosted: Mon Nov 24, 2014 11:05 am Reply with quote

You know what the following means?
Code:
a{....}
 
View user's profile Send private message Visit poster's website
hicuxunicorniobestbuildpc







PostPosted: Mon Nov 24, 2014 12:24 pm Reply with quote

yes I know. I managed already to do it but the text from the blocks are not done yet. I wonder if I am missing something. U can take a look now at my website.
 
wHiTeHaT
Life Cycles Becoming CPU Cycles



Joined: Jul 18, 2004
Posts: 579

PostPosted: Wed Nov 26, 2014 5:17 am Reply with quote

change a to body
 
View user's profile Send private message Send e-mail
hicuxunicorniobestbuildpc







PostPosted: Wed Nov 26, 2014 4:24 pm Reply with quote

I tried that already but it looks like nothing is happening. Entering homepage text jumps in so I stays with a { .... }
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> RavenNuke(tm) v2.5x

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©