From 5eec896615e9987e9264a59958a212e8f6ab52f4 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 17 Apr 2019 17:13:49 +0900 Subject: Better avgColor --- src/client/app/desktop/views/components/drive.file.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/app/desktop/views') diff --git a/src/client/app/desktop/views/components/drive.file.vue b/src/client/app/desktop/views/components/drive.file.vue index 46aae9ad2b..efc534ee70 100644 --- a/src/client/app/desktop/views/components/drive.file.vue +++ b/src/client/app/desktop/views/components/drive.file.vue @@ -142,7 +142,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' }); -- cgit v1.3.1-freya