android - Splash Screen animation not proper -


i want animation shown in following app's splash screen https://play.google.com/store/apps/details?id=com.carsake.venetianhonda&hl=en animation of button appears on click of floating action button

i tried https://github.com/daimajia/androidviewanimations, none of animation matches.i tried on own.foll code

<?xml version="1.0" encoding="utf-8"?>     <set xmlns:android="http://schemas.android.com/apk/res/android">      <translate xmlns:android="http://schemas.android.com/apk/res/android"         android:zadjustment="top"         android:duration="2000"         android:toydelta="0%"         android:fromydelta="200%"         android:toxdelta="50%"         android:fromxdelta="100%"/>  </set> 

please help


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -