Fade in items on load
-
You could use css to make the textframe have opacity: 0 and an opacity transition. Then with javascript you could set the opacity to "1". http://laytheme.com/how-to-use.html#custom-javascript
So, there's no way other than coding it yourself. The images already fade in because that's the animation when they were loaded. But videos and texts don't fade in.
-
You could use css to make the textframe have opacity: 0 and an opacity transition. Then with javascript you could set the opacity to "1". http://laytheme.com/how-to-use.html#custom-javascript
So, there's no way other than coding it yourself. The images already fade in because that's the animation when they were loaded. But videos and texts don't fade in.
@arminunruh Thanks a lot Armin, I'm gonna try this out.