Animated Avatar View

A detail page showing an avatar in middle top which gets out of the way when scrolling.

Preview

Code sample

<AnimatedAvatarView
  src="https://avatars2.githubusercontent.com/u/977772"
  border="success"
>
  {/* your content */}  
</AnimatedAvatarView>

Props

Takes the same props as avatar component.

Last updated