Git Product home page Git Product logo

cssi-prework-jquery-animation-lab's Introduction

Lab - When Pigs Fly

There are some basic jQuery events in script.js, and a cute image of a pig in pig.html. Open this repo on Github and clone these files onto your local machine.

Step 1: Animate the Pigs When You Click the Fly Button

Add a third button called "Fly" that makes the pig "fly" by moving right and exiting the screen.

  • Check out the .animate() documentation to get this to happen.
  • In CSS, change the img elements to be styled with a position other than the static - which is the default. Otherwise the pigs won't be able to move.

Step 2: Jump on Mouse Click

Use what you learned about jQuery events to have the pig hop up and down 3 times when it is clicked. You will need both a loop and to use relative values (+=10px, -=10px)

Step 3: Add a New Pig

Modify the HTML to add a new pig to the right of your current pig.

Step 4: Follow the Leader

Create an event that is triggered by double clicking the 1st pig, who then flies away. Once the first pig flies away, the other one follows automatically. Use a callback function so that the 2nd pig is animated only after the first animation is complete.

Reference

W3 Schools jQuery Animation

cssi-prework-jquery-animation-lab's People

Contributors

nanselmo avatar dfenjves avatar annjohn avatar zspann avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.