Jump to content

CSS3 issue with transform and transistion

GloomySquiky

Hi guys, 

I'm making a "resume_site" and I have a transform that make my photo come from the right but that work only on reload and not everytime.

I would like having it working when I click on the "CV" and when I reload....

Here's the code I use : 

 

" #zerg {  

    position: absolute;  
    left: -180px; top: 300px;  
 
    transition: all 5s  cubic-bezier(.47,.47,.55,.89);  
 
    transform:  translate(800px, 0px);  
 
}  "
GPU : R9 290 Proc : AMD Phenom II X4 955 (3.6 Ghz) Mobo : ASrock 970 extreme 3 PSU : corsair GS 700 HDD : 1250Go SSD : vertex 4 128 Go Case : Fractal Design Define S RAM : 8Go Fan : CM Hyper 212 evo Headset : Steelseries Siberia V2  Mouse : Roccat Savu Keyboard : CMstorm quickfire TK Screen : LG flatron E2240s + Acer Predator 144Hz/Freesync

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×