Free Itunes Video Converter and iTunes Music Converter .
Itune Video Converter .
Category:Digital music record labels
Category:Record labels based in California
Category:Companies based in San FranciscoQ:
How do I make a fun little animation using just a button, slider and CSS?
I am trying to make a little animation using only HTML, CSS and Javascript. The functionality I am trying to achieve is pretty basic, I want to animate a box from left to right with the click of a button. I have looked at a few tutorials and JSFiddle but I have not been able to find a tutorial that works for me. I don't want to use JQuery, my boss does not want that. I was thinking I could do something like this using pure Javascript:
HTML:
CSS:
#animate-area {
width:200px;
height:200px;
background-color:red;
display:inline-block;
float:left;
}
Javascript:
function animate() {
document.getElementById('animate-area').style.left = -200px;
// animate the div a bit
var element = document.getElementById('animate-area');
element.style.animation = 'animation: fadeIn 4s linear forwards';
}
I was thinking that I could use that line of code in my animation to cause the div to move from left to right but I'm not quite sure how to get started. Any help would be appreciated!
EDIT: Here's the new code I used after reading this answer:
HTML:
CSS:
#animate-area {
width:200px;
height:200px;
background-color:red;
display:inline-block;
float:left;
}
Javascript:
function animate() {
document.getElementById('animate-area').style.left be359ba680
Related links:
Comments