godotengine / godot-website

The code for the official Godot Engine website. A static site built using Jekyll.
https://godotengine.org
MIT License
280 stars 138 forks source link

Fix FroceContinuous video glitch, override illust background color #865

Closed TokageItLab closed 1 month ago

TokageItLab commented 1 month ago

Follow up https://github.com/godotengine/godot-website/pull/851.

background:

Originally intended to be transparent, as white backgrounds are not preferred in dark mode...

image

video:

This is my mistake. The animation unintentionally switches before the loop due to an unnecessary operation at the end of the recording.

https://github.com/godotengine/godot-website/assets/61938263/e438bb81-4701-4b3b-b0a0-ea7976731ebd

to

https://github.com/godotengine/godot-website/assets/61938263/2c23e8d3-cf61-41cd-8778-1a01f9e07be0

coppolaemilio commented 1 month ago

Thanks!