CSS background-size - GSAP

Size
2,209 Kb
Views
24,288

How do I make an css background-size - gsap?

CSS background-size with GSAP Regarding GreenSock Forum Topic: http://greensock.com/forums/topic/10440-tweening-backgroundsize-property-problem-for-ie9/. What is a css background-size - gsap? How do you make a css background-size - gsap? This script and codes were developed by Jonathan Marzullo on 08 November 2022, Tuesday.

CSS background-size - GSAP Previews

CSS background-size - GSAP - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS background-size - GSAP</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h3>CSS background-size with GSAP</h3>
Regarding GreenSock Forum Topic: <a href="https://greensock.com/forums/topic/10440-tweening-backgroundsize-property-problem-for-ie9/">https://greensock.com/forums/topic/10440-tweening-backgroundsize-property-problem-for-ie9/</a>
<div id="box"></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TweenMax.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

CSS background-size - GSAP - Script Codes CSS Codes

body { background:#444; color:#FFF;
}
a{ color:#FFF;
}
#box { background:url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/56901/1a-small.jpg') no-repeat 0 0 transparent; width: 538px; height:196px; margin: 20px 40px 20px 0;
}

CSS background-size - GSAP - Script Codes JS Codes

// cache element in variable
var $img = $('#box');
var freewayEaseTween = new TimelineMax({ //reversed:true, paused:true, repeat:-1, yoyo:true,
});
// set initial CSS autoAlpha to 0
// GSAP handles the cross browser vendor prefixes
freewayEaseTween
.set($img,{backgroundSize:"100% 100%"})
// animate CSS autoAlpha to 1
.to($img, 10, { backgroundSize: "+=25% +=25%", autoRound:false, ease: Power1.ease0ut
})
.play();
CSS background-size - GSAP - Script Codes
CSS background-size - GSAP - Script Codes
Home Page Home
Developer Jonathan Marzullo
Username jonathan
Uploaded November 08, 2022
Rating 3
Size 2,209 Kb
Views 24,288
Do you need developer help for CSS background-size - GSAP?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Jonathan Marzullo (jonathan) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!