Moving Image Home › Forums › Weaver Xtreme Theme › Moving Image This topic has 2 replies, 3 voices, and was last updated 3 weeks, 3 days ago by scrambler. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts November 8, 2023 at 18:05 UTC - Views: 17 #73604 ROBINParticipant I have a client that is wanting me to duplicate the Van that is half way down this page on the right. It is like it drives across the page. Is there a Plugin that might do something like that? I saw some CSS called Keyframes but I am not really sure how to implement that. The Website is: Click here JoelCarson.com Thanks for any help you can provide. November 8, 2023 at 19:05 UTC - Views: 15 #73605 WeaverKeymaster I think that particular animation might be coming from Beaver Builder or some plugin for Beaver Builder. Otherwise, I don’t have any idea of how that was generated. November 8, 2023 at 21:04 UTC - Views: 12 #73607 scramblerModerator I believe it is simply using a CSS transition transition: all 0.3s ease-in-out; You can read how to animate objects using CSS transition online like below, It is pretty simple Using CSS transitions – CSS: Cascading Style Sheets | MDN (mozilla.org) CSS transitions and hover animations, an interactive guide (joshwcomeau.com) You can set two different positions for the objects using any CSS property that ca be transitioned, like padding. The transition in effect will create the animation between the two. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In