Hours: about 21 What I learned: I had a lot of fun creating this canvas. I learned that the little details make all the difference. I am extremely happy with the end result of my project. //// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> YOUR CODE STARTS HERE //BACKGROUND COLOR var sky = context.createLinearGradient(0,0,0,600); sky.addColorStop(0,'rgba(235,243,144,0.6)' ); sky.addColorStop(1, "rgba(159,26,8,1)"); context.beginPath(); context.rect(0,0,800,600); context.closePath(); context.fillStyle= sky; context.fill(); //ISLAND context.beginPath(); context.moveTo(0,300) context.quadraticCurveTo(100,350,300,400); context.lineTo(0,400); context.closePath(); context.fillStyle= 'rgba(245,203,111,1)'; context.fill(); context.strokeStyle= "rgba(245,203,111,1)"; context.stroke(); //PALM TREE-right context.beginP...
For this project, we were to depict a problem that we saw within ourselves. The problem that I have with myself is that I make myself smaller than I am. The world is so big that I often times feel lost in it. I feel like I could make a bigger impact on the world if I didn't make myself feel so small. 0% quality 25% quality 50% quality 75% quality 100% quality
https://www.youtube.com/watch?v=a_4X6r2pIXo This is a YouTube link to my final animation project. This project used photos and videos of me doing my favorite things in my favorite places. The places in this animation include: Colorado, Vermont, Grand Cayman, and Malaysia. This 45 second animation was created using Photoshop. Each frame was created at 0.01 seconds. It uses many elements that I learned throughout my time in Digital Media class, including Rotoscopy. The audio for this project was created using Garage Band and includes sound effects, looped beats, and the Red Hot Chili Peppers song "Snow".
Comments
Post a Comment