<table><tr><td style="">ngraham created this revision.<br />ngraham added reviewers: Plasma, davidedmundson, mart.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />ngraham requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D28144">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Right now longDuration is 120ms and shortDuration is 24ms. This presents three problems:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">The durations are far too fast, especially shortDuration, which is so fast that it seems like there is no animation at all.</li>
<li class="remarkup-list-item">The durations are not consistent with Kirigami, which uses 150 for short and 250 for long.</li>
<li class="remarkup-list-item">There is no longer value available, as with the one being added to Kirigami in <a href="https://phabricator.kde.org/D28143" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D28143</a>.</li>
</ul>

<p>Accordingly, this patch makes the short and long values consistent with Kirigami's values,<br />
and adds a new <tt style="background: #ebebeb; font-size: 13px;">veryLongDuration</tt> value to match the one being added to Kirigami in <a href="https://phabricator.kde.org/D28143" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">D28143</a>.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R242 Plasma Framework (Library)</div></div></div><br /><div><strong>BRANCH</strong><div><div>improved-durations (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D28144">https://phabricator.kde.org/D28144</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/declarativeimports/core/units.cpp<br />
src/declarativeimports/core/units.h<br />
src/declarativeimports/kirigamiplasmadesktopstyle/Units.qml</div></div></div><br /><div><strong>To: </strong>ngraham, Plasma, davidedmundson, mart<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns<br /></div>