From 68589cd5a1e043e1b49116c2add4a880dce93a3b Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 1 May 2025 11:19:23 +0300 Subject: wiki: Remove "experimental" from custom shaders They've been around for a while. --- wiki/Configuration:-Animations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki/Configuration:-Animations.md b/wiki/Configuration:-Animations.md index 3460777d..586aa516 100644 --- a/wiki/Configuration:-Animations.md +++ b/wiki/Configuration:-Animations.md @@ -163,7 +163,7 @@ animations { ##### `custom-shader` -Since: 0.1.6, experimental +Since: 0.1.6 You can write a custom shader for drawing the window during an open animation. @@ -223,7 +223,7 @@ animations { ##### `custom-shader` -Since: 0.1.6, experimental +Since: 0.1.6 You can write a custom shader for drawing the window during a close animation. @@ -319,7 +319,7 @@ animations { ##### `custom-shader` -Since: 0.1.6, experimental +Since: 0.1.6 You can write a custom shader for drawing the window during a resize animation. -- cgit