Skip to content

Commit

Permalink
Use latest build in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
thinker3197 committed Aug 8, 2017
1 parent 8fca6dd commit d4d3f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/progressively.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* @license MIT licensed
*
* Copyright (C) 2016-17 Ashish
*/.progressive{overflow:hidden;position:relative;background:#efefef}.progressive__img{width:100%;height:100%;-webkit-transform:translateZ(0);transform:translateZ(0)}.progressive--not-loaded{filter:blur(30px);-webkit-filter:blur(30px);-ms-filter:blur(30px)}.progressive--is-loaded{filter:blur(20px);-webkit-filter:blur(20px);-ms-filter:blur(20px);-webkit-animation:sharpen .5s both;animation:sharpen .5s both}@-webkit-keyframes sharpen{from{filter:blur(20px);-webkit-filter:blur(20px);-ms-filter:blur(20px)}to{filter:blur(0);-webkit-filter:blur(0);-ms-filter:blur(0)}}@keyframes sharpen{from{filter:blur(20px);-webkit-filter:blur(20px);-ms-filter:blur(20px)}to{filter:blur(0);-webkit-filter:blur(0);-ms-filter:blur(0)}}
*/.progressive{overflow:hidden;position:relative;background:#efefef}.progressive__img{width:100%;height:100%;transform:translateZ(0)}.progressive--not-loaded{filter:blur(30px)}.progressive--is-loaded{filter:blur(20px);animation:a .5s both}@keyframes a{0%{filter:blur(20px)}to{filter:blur(0)}}
2 changes: 1 addition & 1 deletion docs/progressively.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d4d3f4b

Please sign in to comment.