620663cb28
Summary: Uses the normal animationTime kcfg settings. Reviewers: #kwin, #plasma Subscribers: plasma-devel, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D3375
17 lines
577 B
XML
17 lines
577 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
|
|
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
|
|
<kcfgfile name="kwinrc"/>
|
|
<group name="Effect-SlidingPopups">
|
|
<entry name="SlideInTime" type="Int">
|
|
<default>0</default>
|
|
</entry>
|
|
<entry name="SlideOutTime" type="Int">
|
|
<default>0</default>
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|
|
|