I know now what is causing it… you gave me this code to delay the opening of the second page of my book:
.rm-container.rm-open .rm-right {
-webkit-transition: all 1.0s ease-in-out, height 0s;
transition: all 1.0s ease-in-out, height 0s;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
and everytime I make the -webkit-transition-delay and transition-delay more then 0.3s it begins to blink and flash… why is that. I need the delay to be more but how can I do that without suffering the blinking bug?
Hi, I played about with this weeks ago, (didn’t have Mehmet’s code above). I pasted the following code into Appearance > Editor. Only blinks when on iPad but have since set to ‘safe’ mode for mobile devices anyway so not an issue.