Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

weird background color separation issue #2035

Closed
tttuuu888 opened this issue Nov 11, 2017 · 2 comments
Closed

weird background color separation issue #2035

tttuuu888 opened this issue Nov 11, 2017 · 2 comments
Labels

Comments

@tttuuu888
Copy link

tttuuu888 commented Nov 11, 2017

First of all, I appreciate this great package. Thanks a lot!

I found weird background color separation issue and it can be easily reproduced.

First I cloned this repository and changed demo.html file 2 part.

(18 line)
<link rel="stylesheet" href="css/theme/black.css" id="theme">
to
<link rel="stylesheet" href="css/theme/moon.css" id="theme">

and

(394 line)
transition: 'slide', // none/fade/slide/convex/concave/zoom
to
transition: 'none', // none/fade/slide/convex/concave/zoom

and then the result is as below.
_002

I found this while looking for good combination of the transition and theme options.

@tttuuu888 tttuuu888 changed the title weired weird background color separation issue Nov 11, 2017
@bnjmnt4n
Copy link
Collaborator

Hi, I don't seem to see any issue with the background. Feel free to ping back with more details.

@tttuuu888
Copy link
Author

I have checked this again on windows edge, ubuntu(16.04) chrome, ubuntu firefox and this is only happening in my ubuntu chrome. It was also gone in chrome as well when I turned off hardware acceleration. Maybe this only has to do with my environment.
Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants