Comment on Monorail – Turn CSS animations into interactive SVG graphsparentComments−efskap1yYeah I dug up the relevant function because I was curious how one would solve this. return (r * 1000 + g * 100 + b * 10 + a * 255) / 10000; https://github.com/Stanko/monorail/blob/2da287a4e822705a99d7...
Comments
Yeah I dug up the relevant function because I was curious how one would solve this.
https://github.com/Stanko/monorail/blob/2da287a4e822705a99d7...