Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-blur-up

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-blur-up

Sexy progressive loading for large background images

  • 0.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

Ember Blur Up Build Status

Sexy progressive loading for large background images in your Ember app!

Preview

Demo

Why?

Making the user wait for a large image to download is a bad user experience. Read more about this problem on Facebook's blog.

Installation

ember install ember-blur-up

Usage

Just drop the {{blur-up}}-component wherever you need a large background-image.

The component requires 2 arguments to work:

  • url: The URL to the original full-size image;
  • base64: A base64-string of a tiny (max 100x100px) version of the same image (make sure it has the same aspect ratio as the original).

Keywords

FAQs

Package last updated on 07 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc