Portfolio









document.addEventListener("DOMContentLoaded", function() { gsap.fromTo(".image-2", { y: -150, x: 50, rotation: -20, opacity: 0 }, { y: 0, x: 0, rotation: 0, opacity: 1, duration: 1.5, ease: "bounce.out" } ); }); If you are using the jQuery library, then don't forget to wrap your code inside jQuery.ready() as follows: jQuery(document).ready(function( $ ){ // Your code in here }); -- If you want to link a JavaScript file that resides on another server (similar to ), then please use the "Add HTML Code" page, as this is a HTML code that links a JavaScript file. End of comment */
Skip to content