I just want to take the animation and put for example in a logo to make the move.
Here is the code
<!DOCTYPE html>
<html>
<head data-gwd-animation-mode="quickMode">
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="generator" content="Google Web Designer 1.0.0.924">
<style type="text/css">
html, body {
width: 100%;
height: 100%;
margin: 0px;
}
body {
background-color: transparent;
-webkit-transform: perspective(1400px) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
-webkit-transform-style: preserve-3d;
}
.gwd-div-blmf {
position: absolute;
width: 236px;
height: 106px;
left: 58px;
top: 59px;
-webkit-transform: matrix3d(-0.9999654094, 0.0083174554, 0, 0, -0.0083174554, -0.9999654094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
-webkit-transform-style: preserve-3d;
background-image: none;
background-color: rgb(0, 0, 0);
}
.gwd-gen-6k9fgwdanimation {
-webkit-animation: gwd-gen-6k9fgwdanimation_animation 2s linear 0s 1 forwards;
}
@-webkit-keyframes gwd-gen-6k9fgwdanimation_animation {
0% {
-webkit-animation-timing-function: linear;
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
background-color: rgb(0, 0, 0);
}
50% {
-webkit-animation-timing-function: linear;
-webkit-transform: matrix3d(-0.1873730146, 0.982288834, 0, 0, -0.982288834, -0.1873730146, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
background-color: rgb(135, 153, 0);
}
100% {
-webkit-animation-timing-function: linear;
-webkit-transform: matrix3d(-0.9999654094, 0.0083174554, 0, 0, -0.0083174554, -0.9999654094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
background-color: rgb(0, 0, 0);
}
}
</style>
</head>
<body>
<div class="gwd-div-blmf gwd-gen-6k9fgwdanimation"></div>
</body>
</html>
And here is my html file:
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
just tell me what css i should just take from google web designer to the class of .logo