question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

BackgroundLayer not showing up

See original GitHub issue

Issue: In the latest version (http://builds.framerjs.com/c264dd8/framer.js) of framer.js, backgroundLayer is not showing up.

Reason: Since a previous commit (7cbcd022), root elements have background-color of white set on them. And backgroundLayer are set to z-index of -1 which brings it under its parent’s background.

Test case: http://codepen.io/chinchang/pen/oxGjjY?editors=0010

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
nvhcommented, Aug 1, 2016

Yes BackgroundLayer is deprecated, and Screen.backgroundColor is the desired way to this now.

I’ve just added a deprecation warning to BackgroundLayer: https://github.com/koenbok/Framer/commit/ca228809989d7c9ef98300a219ded0578a06ba28

0reactions
chinchangcommented, Apr 11, 2016

So you mean, BackgroundLayer is deprecated now and we use Screen.backgroundColor instead?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Missing Background Layer in Photoshop? - 10961457
When creating a new document in Photoshop there is a Background Contents dropdown menu which includes options for White, Background Color ...
Read more >
Missing Your Background Layer? Here's The Fix
If you're opening new documents and they don't have a Background layer, there's a reason (of course there's a reason, everything has a...
Read more >
Why Can't I See All My Layers in Photoshop? - website builder
PRO TIP: If you are working in Photoshop and cannot see all of your layers, it is likely that you have accidentally turned...
Read more >
How to Unlock the Background Layer in Photoshop - Lifewire
Select Layer > New > Layer from Background > name the layer > OK. Or Duplicate background layer and make edits there: right-click...
Read more >
Background layer is not visible - Glyphs Forum
Perhaps you switched to Text mode (T ). In Text mode, the background paths won't be displayed. If you're in Text mode (where...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found