Hi there I read this:
this is cool but why the rotation animation came always with fade ![]()
data-reveal-animation="rotateUpIn"
instead the slide animation not
data-reveal-animation="slideUpIn"
Thanks as always in advance.
Hi there I read this:
this is cool but why the rotation animation came always with fade ![]()
data-reveal-animation="rotateUpIn"
instead the slide animation not
data-reveal-animation="slideUpIn"
Thanks as always in advance.
I use this (this work):
[data-reveal-animation="rotateUpIn"] {
opacity: 1 !important;
}
in Style but I don’t know if is possible to implement in a “native way”.