oxidecomputer / design-site

We are looking for designers who code to help build a new user experience for computing!
https://design.oxide.computer
MIT License
98 stars 34 forks source link

Browser uniformity #21

Closed asidlo closed 4 years ago

asidlo commented 4 years ago

The svg circuit animations were previously only executed in chrome. In Safari and Firefox, the circuit svg lines rendered on screen load and then the nodes eased-in afterwards. Now in all three browsers the svg circuit lines will be drawn after page load and ease-in to mimic the animation seen in chrome.

jessfraz commented 4 years ago

Awesome, thank you!