Slowing down the open and close transition

  • Posted in : BookCard WP
  • LittleRedRoosterCreative
    Participant

    Hi Mehmet, is it possible to slow down the transition so you can see the content on the back page a fraction longer?

    Mehmet S.
    Keymaster

    – Open book.ccs file under css folder,

    – Find the opening codes:

    .rm-container.rm-open .rm-cover {
    	-webkit-transform: rotateY(-180deg);
    	-webkit-transition-delay: 0s;
    	-moz-transform: rotateY(-180deg);
    	-moz-transition-delay: 0s;
    	-o-transform: rotateY(-180deg);
    	-o-transition-delay: 0s;
    	-ms-transform: rotateY(-180deg);
    	-ms-transition-delay: 0s;
    	transform: rotateY(-180deg);
    	transition-delay: 0s;
    }
    
    .rm-container.rm-open .rm-right {
    	-webkit-transform: rotateY(180deg);
    	-webkit-transition-delay: 0.2s;
    	-moz-transform: rotateY(180deg);
    	-moz-transition-delay: 0.2s;
    	-o-transform: rotateY(180deg);
    	-o-transition-delay: 0.2s;
    	-ms-transform: rotateY(180deg);
    	-ms-transition-delay: 0.2s;
    	transform: rotateY(180deg);
    	transition-delay: 0.2s;
    }
    

    – Change the delay values.

    idoangel
    Participant

    hey,
    if i change right to left here, would it open to the right?
    thx

    Mehmet S.
    Keymaster

    Not tested.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register