0
0
Figmabi_tool~20 mins

Background blur in Figma - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Background Blur Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Background Blur Effect

In Figma, what does applying a background blur effect to a layer do?

AIt blurs only the content inside the layer, making it fuzzy.
BIt changes the color of the layer to a transparent blur color.
CIt blurs the content behind the layer, making the background appear out of focus through the layer.
DIt removes the layer's fill and replaces it with a blur effect.
Attempts:
2 left
💡 Hint

Think about what you see through a frosted glass.

visualization
intermediate
2:00remaining
Applying Background Blur with Opacity

You have a rectangle with a background blur effect applied. What happens if you reduce the rectangle's opacity to 50%?

AThe rectangle becomes semi-transparent, showing the blurred background behind it with reduced opacity.
BThe background blur effect becomes half as strong, blurring less.
CThe rectangle becomes fully opaque and the blur disappears.
DThe blur effect applies only to the rectangle's fill color, not the background.
Attempts:
2 left
💡 Hint

Opacity affects the whole layer including effects.

data_modeling
advanced
2:30remaining
Layer Order Impact on Background Blur

In a Figma file, you have three layers stacked: a photo at the bottom, a semi-transparent rectangle with background blur in the middle, and text on top. Which layer order is correct to see the blur effect on the photo behind the rectangle?

ARectangle with background blur at bottom, photo in middle, text on top.
BPhoto at bottom, rectangle with background blur in middle, text on top.
CText at bottom, photo in middle, rectangle with background blur on top.
DPhoto at bottom, text in middle, rectangle with background blur on top.
Attempts:
2 left
💡 Hint

Background blur affects what is behind the layer it is applied to.

🔧 Formula Fix
advanced
2:30remaining
Why is Background Blur Not Visible?

You applied a background blur effect to a rectangle, but the blur is not visible. What is the most likely reason?

AThe rectangle has no fill or stroke, so nothing is visible to blur through.
BThe rectangle is set to 100% opacity, which disables blur.
CBackground blur only works on text layers, not shapes.
DThe rectangle is below the background image layer.
Attempts:
2 left
💡 Hint

Remember that background blur affects layers behind it.

🎯 Scenario
expert
3:00remaining
Creating a Frosted Glass Panel with Background Blur

You want to create a frosted glass effect panel in Figma that blurs the background image behind it, has a white semi-transparent fill, and a subtle border. Which combination of settings achieves this?

AApply background blur effect, set fill to white with 30% opacity, add 1px black stroke with 10% opacity.
BApply background blur effect, set fill to transparent, add 1px white stroke with 100% opacity.
CApply background blur effect, set fill to black with 30% opacity, add 1px white stroke with 50% opacity.
DApply background blur effect, set fill to white with 30% opacity, add 1px white stroke with 50% opacity.
Attempts:
2 left
💡 Hint

Frosted glass usually has a light fill and a subtle dark border for contrast.