Jump to content

transition effect problem


Jaswinder

Recommended Posts

hello friends..

 

i want that after transition the effect should  remain there permanently... but with this code.. transition effect get over, after it get completed..

 

.down

{

    z-index: 100;
    opacity: 0;
    -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
    transition: transform 5s ease-in, opacity 1s 5s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);

}

 

will it possible. ??

Link to comment
https://forums.phpfreaks.com/topic/282626-transition-effect-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.