Skip to content

Instantly share code, notes, and snippets.

@iooe
Created August 8, 2020 04:28
Show Gist options
  • Save iooe/f229c1612f3550175e9928b49b7a8d99 to your computer and use it in GitHub Desktop.
Save iooe/f229c1612f3550175e9928b49b7a8d99 to your computer and use it in GitHub Desktop.
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