during this week ,i have new toy’s that i called “javafx” ,sound familiar with a name of one programming language ,java, yes that is
at first time you should have at least jdk6 update 10 to play with javafx.
at this blog i would tell you how to create simply animation with this ,ok are you ready to read my blog with carefully ?? ho..ho… let’s we do it with fun 
1. in this case i using IDE-Netbeans 6.5.1 bundling with javafx 1.2.
2. open file -> new project ->javaFx ->next
when box appear you could give your project name, in this case i named my project sliding
3. in your IDE chose windows project ,choose the project that you have named before
in my own, i choose sliding->Sources Package->create a new javafx file and give it name, and i give it sliding and finish
4. create stage as base of our framework

5.adding the object, in my own i create circle object by drag and drop from window palette inside IDE main window. as note that we add object inside content

you could add other object, separated by comma after bracket {} of the object
6. After we complied with adding object and effect in step 5
we should add timeline by drag and drop from palette window

7. upssss, don’t forget to define variable x and y , any way you could give it name by you
i use var type to define variable x and y and with Number type as feed back, just write like this

8. back to step 6, in this we could make an action by time
as example in my own , in first time (1s),as a start time and i define x values= 0
and than in 4 second i define y values is 300 ,see the tween Interpolator.LINEAR mean the action begin in 4 second, ( please tell me if i’m gone be wrong )

pssssst don’t forget to adding play(); in the end of timeline bracket
9. create translateX and translateY in Circle object, and bind with x and y

10. to know the result of our programme ,we could run it by push shift+f6 on your keyboard and here the result


and here the code
sliding.fx
and please Help me to improve my ability in English by give me the correct way in my blog ,ok thank (^_^)