Skip to content

Commit

Permalink
Added cross-fade
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed Feb 28, 2012
1 parent 9c8575e commit 7031ff1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions prefixfree.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,10 @@ var functions = {
'element': {
property: 'backgroundImage',
params: '#foo'
},
'cross-fade': {
property: 'backgroundImage',
params: 'url(a.png), url(b.png), 50%'
}
};

Expand Down
6 changes: 3 additions & 3 deletions prefixfree.min.js

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

0 comments on commit 7031ff1

Please sign in to comment.