Ember modifier to blur an element dynamically.
Heavily inspired by the v-blur directive.
- Ember.js v3.28 or above
- Ember CLI v3.28 or above
- Node.js v14 or above
ember install ember-blur
You can use this modifier like you would with any other EmberJS modifier.
<h1 {{blur}}>Hello World</h1>
See the API Docs for additional information.
See the Contributing guide for details.
This project is licensed under the MIT License.