Better avgColor

This commit is contained in:
syuilo
2019-04-17 17:13:49 +09:00
parent 17f35174ea
commit 5eec896615
3 changed files with 3 additions and 5 deletions

View File

@@ -121,7 +121,7 @@ export default Vue.extend({
if (this.file.properties.avgColor) {
anime({
targets: this.$refs.thumbnail,
backgroundColor: this.file.properties.avgColor.replace('255)', '0)'),
backgroundColor: 'transparent', // TODO fade
duration: 100,
easing: 'linear'
});