gtk-demo: Update text for the transitions demo

The fire is gone, but we have wobbly widgets!
This commit is contained in:
Matthias Clasen 2020-09-30 11:19:12 -04:00
parent 97ffd94d20
commit 924e510512

View File

@ -1,5 +1,5 @@
/* OpenGL/Transitions
* #Keywords: OpenGL, shader
* #Keywords: OpenGL, shader, effect
*
* Create transitions between pages using a custom fragment shader.
*
@ -9,7 +9,8 @@
* The transitions work with arbitrary content. We use images, shaders
* GL areas and plain old widgets to demonstrate this.
*
* The demo also shows some sample fire effects on the buttons.
* The demo also shows some over-the-top effects like wobbly widgets,
* and a an animated background.
*/
#include <math.h>