summaryrefslogtreecommitdiff
path: root/src/sass/owl-carousel2/_autoheight.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/sass/owl-carousel2/_autoheight.scss')
-rw-r--r--src/sass/owl-carousel2/_autoheight.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sass/owl-carousel2/_autoheight.scss b/src/sass/owl-carousel2/_autoheight.scss
new file mode 100644
index 0000000..7852c3f
--- /dev/null
+++ b/src/sass/owl-carousel2/_autoheight.scss
@@ -0,0 +1,7 @@
+/*
+ * Owl Carousel - Auto Height Plugin
+ */
+
+.owl-height {
+ transition: height 500ms ease-in-out;
+}