Skip to content

Instantly share code, notes, and snippets.

View wbinarytree's full-sized avatar

Phoenix wbinarytree

  • https://wbinarytree.github.io/
View GitHub Profile
@sheharyarn
sheharyarn / CardSwingAnimations.md
Last active March 16, 2021 08:04
Swing Animations for CardViews in Android

SwingUp Animations for Android

I use these snippets to implement Google Now Card appear-animations on Android. Add these two files to your res/anim/ folder and add a swing_anim_time integer to your values:

<!-- res/values/strings.xml -->
<integer name="swing_anim_time">750</integer>