Dogfalo / materialize

Materialize, a CSS Framework based on Material Design
https://materializecss.com
MIT License
38.86k stars 4.74k forks source link

How can we slide text without using Carousel? #5166

Closed vipin733 closed 6 years ago

vipin733 commented 7 years ago

Hey I'm using particlesjs for background effect now. problem is I want. move my text without changing background effect. first I thought to use Carousel but problem with Carousel is its take space but I do not want here is code https://jsfiddle.net/j6h059b4/ in this i want slider1 and and slider 2

Grezvany13 commented 7 years ago

@vipin733 if you simply add the ParticleJS div inside the .carousel (without making it a .carousel-item), it will remain there without sliding.

example: https://jsfiddle.net/fdaopg2t/

The only down-side is that the interactive effects of ParticleJS won't work, since there will be a div on top of it (which blocks any mouseOver events).

acburst commented 6 years ago

Seems resolved