862bf0f153
Summary: Now, when the scripting effects API has all required ingredients to port the Scale effect to JavaScript we finally can do it. The main rationale for porting this effect to JavaScript is that scripted effects API lets us focus more on what we want instead of "how". Visually, the ported version doesn't deviate from the C++ version. Test Plan: * Enable the Scale effect; * Open/close a window. Reviewers: #kwin, graesslin Reviewed By: #kwin, graesslin Subscribers: graesslin, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D16478
22 lines
726 B
Desktop File
22 lines
726 B
Desktop File
[Desktop Entry]
|
|
Name=Scale
|
|
Icon=preferences-system-windows-effect-scale
|
|
Comment=Make windows smoothly scale in and out when they are shown or hidden
|
|
|
|
Type=Service
|
|
X-KDE-ServiceTypes=KWin/Effect,KCModule
|
|
X-KDE-PluginInfo-Author=Vlad Zagorodniy
|
|
X-KDE-PluginInfo-Email=vladzzag@gmail.com
|
|
X-KDE-PluginInfo-Name=kwin4_effect_scale
|
|
X-KDE-PluginInfo-Version=1
|
|
X-KDE-PluginInfo-Category=Appearance
|
|
X-KDE-PluginInfo-Depends=
|
|
X-KDE-PluginInfo-License=GPL
|
|
X-KDE-PluginInfo-EnabledByDefault=false
|
|
X-KDE-Ordering=60
|
|
X-Plasma-API=javascript
|
|
X-Plasma-MainScript=code/main.js
|
|
X-KDE-PluginKeyword=kwin4_effect_scale
|
|
X-KDE-Library=kcm_kwin4_genericscripted
|
|
X-KDE-ParentComponents=kwin4_effect_scale
|
|
X-KWin-Config-TranslationDomain=kwin_effects
|