Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript transition effect

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #151938
    jaswinder
    Participant

    hello friends . new to this forum … i just stuck in transition effect..

    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. ??

    #151944
    lrelia
    Participant

    We want to see the PEN

    #151959
    jaswinder
    Participant

    there are two script files i am using and one image.. i dont know how to put them on pen.. so i just write both the script files.

    (http://cdpn.io/Kgsrk “pen for transition problem”).

    i dont know how to add the pen page properly here..i just copy the url and paste it..

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.