Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 697 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 697 Bytes

ember-blur

Ember modifier to blur an element dynamically.

Heavily inspired by the v-blur directive.

Compatibility

  • Ember.js v3.28 or above
  • Ember CLI v3.28 or above
  • Node.js v14 or above

Installation

ember install ember-blur

Usage

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.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.