Hi Dirk,
I'm trying to figure out how to go about creating a 2-color gradient dynamically oriented from top to bottom right with manually specified color stops. The CSS equivalent would be:
background: linear-gradient(to bottom right, #000000 49%, #ffffff 50%);
Here is an image with the sample effect: https://ibb.co/kHKuO5
Any help would be appreciated - thanks for your hard work.
I'm trying to figure out how to go about creating a 2-color gradient dynamically oriented from top to bottom right with manually specified color stops. The CSS equivalent would be:
background: linear-gradient(to bottom right, #000000 49%, #ffffff 50%);
Here is an image with the sample effect: https://ibb.co/kHKuO5
Any help would be appreciated - thanks for your hard work.