aboutsummaryrefslogtreecommitdiffstats
path: root/src/less/components/captions.less
diff options
context:
space:
mode:
Diffstat (limited to 'src/less/components/captions.less')
-rw-r--r--src/less/components/captions.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/less/components/captions.less b/src/less/components/captions.less
index 56e05ddf..ad0fc79f 100644
--- a/src/less/components/captions.less
+++ b/src/less/components/captions.less
@@ -16,6 +16,7 @@
padding: @plyr-control-spacing;
transform: translateY(-(@plyr-control-spacing * 4));
transition: transform 0.4s ease-in-out;
+ animation: plyr-fade-in 0.3s ease;
color: @plyr-captions-color;
font-size: @plyr-font-size-captions-small;
text-align: center;