Hi guys,
Is there a plug in or a way to create images like on this site/theme. I mean on moving orange-blue elements behind an image (scroll down a little bit) – https://preview.themeforest.net/item/seoland-seo-and-digital-marketing-agency-wordpress-theme/full_screen_preview/51857427
Or some floating elements like here – https://themexriver.com/wp/choicy-wp/
Thanks.
You would use GSAP or animated SVGs.
For the first link, you’re seeing morphing animated SVGs on some elements (like the graphic behind the image). You have two ways of accomplishing this… that is animating an SVG prior to uploading/implementing it, or animating it on-page using GSAP.
Consider checking out SVG Gator for animating SVGs and/or [Motion.Page](http://Motion.Page) for GSAP, which allows you to animate otherwise static SVGs assuming you’ve exported them correctly from Figma or Adobe Illustrator (or some other program you can create SVGs in).
The second link you provided has what people refer to as a parallax hover effect. You can actually do this with [motion.page](http://motion.page) as well, but it can also be achieved fairly easily with some light javascript and css. There is no shortage of themes or plugins that will help you achieve this.