Ember-Blur Addon
This addon provides you with an Ember modifier that allows you to blur an element dynamically.
Installing the addon
You install this addon like any other.
ember install ember-blur
Custom API options
filter
String (default: 'blur(1.5px)'): The filter style property. The filter applies graphical effects like blur or color shift to the element.opacity
String (default: '0.5'): The opacity style property. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.shouldBlur
Boolean (default: true): Whether or not the element should be blurred.transition
String (default: 'all .2s linear'): The transition style property. Transitions enable you to define the transition between two states of an element.
Contributing to the addon
If you want to contribute to this project or run into a bug, please reach out on GitHub.