diff --git a/assets/vendor/astroid/scss/widgets/_imagegroup.scss b/assets/vendor/astroid/scss/widgets/_imagegroup.scss new file mode 100644 index 00000000..c1ece7ef --- /dev/null +++ b/assets/vendor/astroid/scss/widgets/_imagegroup.scss @@ -0,0 +1,28 @@ +.astroid-imagegroup { + .as-image-group-item { + .astroid-heading { + opacity: 0; + transform:translate3d(0,100%,0); + transition: opacity 600ms, transform 600ms; + z-index: 1; + } + &:hover { + .astroid-heading { + opacity: 1; + transform:translateZ(0) + } + } + } + .astroid-image-overlay-cover { + &:after { + pointer-events: none; + opacity: 0; + transition: opacity 600ms; + } + &:hover { + &:after { + opacity: 1; + } + } + } +} \ No newline at end of file diff --git a/assets/vendor/astroid/scss/widgets/_widgets.scss b/assets/vendor/astroid/scss/widgets/_widgets.scss index e9ce517e..4414478a 100644 --- a/assets/vendor/astroid/scss/widgets/_widgets.scss +++ b/assets/vendor/astroid/scss/widgets/_widgets.scss @@ -4,4 +4,5 @@ @import "slideshow"; @import "list"; @import "articles_listing"; -@import "listing_pro"; \ No newline at end of file +@import "listing_pro"; +@import "imagegroup"; \ No newline at end of file diff --git a/framework/elements/articles/articles.xml b/framework/elements/articles/articles.xml index 7bf14874..80682d9a 100644 --- a/framework/elements/articles/articles.xml +++ b/framework/elements/articles/articles.xml @@ -462,6 +462,9 @@ +