DraggableDualViewSlideshow
                                
                                 DraggableDualViewSlideshow copied to clipboard
                                
                                    DraggableDualViewSlideshow copied to clipboard
                            
                            
                            
                        Bug: central label text disappears on some window sizes
There is a bug in this beautiful demo. The central label text disappears or turns black on some browser window sizes. I made a couple of screenshots (my browser: OS X Safari 7.0.4).
 

Thanks for reporting this. I can't confirm the disappearance in Safari (Version 6.1.4, OSX 10.8.5) but I do notice a jump which probably happens due to the animation. If you replace -webkit-animation: slideUpFade 0.4s 0.1s with _-webkit-animation: slideUpFade 0.4s 0.1s both; _ do you still see that issue? It's in the .img-dragger-small .slide h2 rule.
Yes, I still see the issue after making the modification you suggested.
Here is a screenshot:

To reproduce the bug you can toggle between fullscreen and carousel mode. When you toggle from fullscreen to carousel, you get the title disappearing in black. But when you toogle back to fullscreen, it gets immediately visible and white, even before the animated transition starts.
Thanks for trying that out. I can see a very faded title, so maybe there's some conflict with the animation because of the opacity. Could you try remove the animation from the h2 completely? Thx