Slowing down the open and close transition Posted in : BookCard WP LittleRedRoosterCreativeParticipant 17 May 2013 at 14:01 #5997 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 19 May 2013 at 11:49 #6036 – 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. idoangelParticipant 2 June 2013 at 11:23 #6392 hey, if i change right to left here, would it open to the right? thx Mehmet S.Keymaster 3 June 2013 at 19:39 #6405 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 BookCard WP - 3D Folded vCard WordPress Themeby pixelwars Login and Registration Log in · Register