val close: Animation by lazy {
        AnimationUtils.loadAnimation(context, R.anim.fab_close)
    }