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