summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/components/browser/menu/src/main/res/anim/menu_exit.xml
blob: 226166c109ec0e4b9a6f5cac8206017fb34d75a2 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<set xmlns:android="http://schemas.android.com/apk/res/android">
    <alpha android:interpolator="@android:anim/linear_interpolator"
        android:fromAlpha="1"
        android:toAlpha="0"
        android:duration="@android:integer/config_shortAnimTime" />
</set>