Created
August 8, 2020 04:28
-
-
Save iooe/f229c1612f3550175e9928b49b7a8d99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
styleBackground: function () { | |
let color = this.item.poster.color; | |
return 'linear-gradient(145deg, ' + color + ' 0%, ' + color.replace(/.$/, ",0.65)") + ' 60%, ' + color.replace(/.$/, ",0.2)") + ' 100%)' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment