Sequence icon indicating copy to clipboard operation
Sequence copied to clipboard

Themes flicker between slides when viewed in an iFrame

Open shafqatevo opened this issue 10 years ago • 5 comments

Hi Ian,

First, thanks for developing this awesome slider!

We're considering using this for a page but concerned about the flicker that happens in between slide transitions, which happens even in the themes shown in the sequencejs.com site.

Please let us know how to eliminate the flicker.

Thanks, Shafqat

shafqatevo avatar Apr 18 '14 17:04 shafqatevo

Hi @shafqatevo, I am unaware of a flicker effect. What browser/device are you seeing this in please?

An easy fix may be adding transform: translateZ(0) to the flickering elements to enable hardware acceleration.

IanLunn avatar Apr 18 '14 18:04 IanLunn

Hi Ian,

The flicker is clearly visible in Chrome latest version on both Windows 8 and Mac OS Mavericks 10.9.2 for all the demos in the sequencjs.com site.

Please confirm this and let us know how to make it work flicker-free in Chrome.

Thanks! Shafqat

shafqatevo avatar Apr 21 '14 12:04 shafqatevo

Thanks, I didn't know that was happening. On first glance, it seems to only happen on the sequencejs.com site, possibly due to being loaded via an iframe. The same doesn't occur when the theme is downloaded and viewed outside of the iframe.

Do you also see the flicker on the themes when viewed on the demo page?

IanLunn avatar Apr 21 '14 12:04 IanLunn

Yes, Ian, the demo page demos run smoothly. So, it was due to the iframe.

Thanks for your prompt responses! Really appreciate this.

shafqatevo avatar Apr 21 '14 13:04 shafqatevo

Ok, thanks for bringing it to my attention. I've changed the issue title to make it specific to themes viewed in an iframe and will figure out a solution soon.

IanLunn avatar Apr 21 '14 13:04 IanLunn