I have been looking around online for a while, but I can't seem to find it anywhere. I have a floating action button that I have working already. It shows up and is clickable etc, but at this point has nothing wired up to it. Before I go any further I want to know how to make it animate on startup.
On the material design page for FAB it shows like a sprout type animation where it comes from the correct location, but animates to its intended size. Found here.
Any info is appreciated.
You want to use
AnimationUtils
here. Here is an easy tutorial: Android Animations