Skip to content

Commit

Permalink
breeze: overlay: Set Window animation/transition scale to 50%
Browse files Browse the repository at this point in the history
- Feels way smoother

Signed-off-by: Sarthak Roy <sarthakroy2002@gmail.com>
Change-Id: I02ab65fed580f2d7a19aab1d77f21a9619e44435
Signed-off-by: SparXFusion <s2234nadar@gmail.com>
  • Loading branch information
sarthakroy2002 authored and Hadenix committed Oct 9, 2023
1 parent 3366778 commit 73b3688
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/**
* Copyright (c) 2015, The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<resources>

<!-- Set Window animation scale to 50% by default -->
<fraction name="def_window_animation_scale">50%</fraction>

<!-- Set Window transition scale to 50% by default -->
<fraction name="def_window_transition_scale">50%</fraction>

</resources>

0 comments on commit 73b3688

Please sign in to comment.