<?xml version="1.0" encoding="utf-8"?>
<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android" xmlns:aapt="http://schemas.android.com/aapt"
    android:interpolator="@android:interpolator/fast_out_linear_in"
    android:duration="@integer/show_password_duration"
    android:valueFrom="1"
    android:valueTo="0"
    android:propertyName="trimPathEnd"/>
