How do i learn Javascript FX?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    How do i learn Javascript FX?

    How do i learn Javascript FX?

    I need to create animations. (Just like in flash)

    Please provide me some links if possible.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    You may find script.aculo.us useful.

    If you're going to do it yourself without a framework/library, look at setTimeout/setInterval for timing, visibility/display for showing/hiding, opacity (or filters for IE) for fading, left/top for positioning, etc.

    Comment

    • hsriat
      Recognized Expert Top Contributor
      • Jan 2008
      • 1653

      #3
      Originally posted by acoder
      You may find script.aculo.us useful.

      If you're going to do it yourself without a framework/library, look at setTimeout/setInterval for timing, visibility/display for showing/hiding, opacity (or filters for IE) for fading, left/top for positioning, etc.

      Is it possible to use java FX (not javascript FX) for providing effect in web page?

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Originally posted by hsriat
        Is it possible to use java FX (not javascript FX) for providing effect in web page?
        Yes, with applets. Ask in the Java forum.

        Comment

        Working...