Fixed audio player image
This commit is contained in:
parent
77ec338810
commit
321cad6537
@ -29,6 +29,12 @@
|
|||||||
transform translateY(0%)
|
transform translateY(0%)
|
||||||
animation bounce-up-down 45s linear infinite
|
animation bounce-up-down 45s linear infinite
|
||||||
|
|
||||||
|
// The element-found class doesn't set opacity,
|
||||||
|
// because we're overwriting the animation.
|
||||||
|
// That's why we have to manually add it here.
|
||||||
|
&.element-found
|
||||||
|
opacity 1
|
||||||
|
|
||||||
animation bounce-up-down
|
animation bounce-up-down
|
||||||
50%
|
50%
|
||||||
transform translateY(-30%)
|
transform translateY(-30%)
|
||||||
|
Loading…
Reference in New Issue
Block a user