I saw a silverlight animation at work. It was a server rack animation. This brought about a few questions:
If I have a big rectangle, which acts as a container, how can I code a rectangle to continuously drop down in smooth frames? You set the time elapsed in the storyboard and perhaps the new position of the rectangle which is dropping, but you can't write 400 tags for a 400px drop. Also, how is collision detection handled? Do I have to handle all that myself? E.g. if I was coding a tetris game, can shapes overlap each other or do they tesselate/stick?
1) What does "2*" mean in a row definition (more specifically, the *)? 1) I know how to do animation, but what is the difference between the types of animation (doubleAnimation/splineAnimation)? I can't find any information on the differences.