Skip to content

Commit

Permalink
Added documentation for Animation samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Harikm committed Aug 16, 2015
1 parent 7ee94f9 commit ae617da
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 99 deletions.
11 changes: 2 additions & 9 deletions Animation/AnimationExamples/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Animation Example Gallery
This sample shows how to animate a variety of objects, include text, 2-D transforms, and 3-D transforms. It also demonstrates splined interpolation, path animations, and custom animations.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

11 changes: 2 additions & 9 deletions Animation/AnimationTiming/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Animation Timing Behavior Sample
This sample shows how to specify when an animation starts, how many times it repeats, whether it accelerates or decelerates, and other timing behaviors.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

11 changes: 2 additions & 9 deletions Animation/CustomAnimation/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Custom Animation Sample
This sample shows how to create custom animations that simulate bouncing and other interesting effects.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

11 changes: 2 additions & 9 deletions Animation/KeyFrameAnimation/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Key Frame Animation Sample
This sample shows how to use key frame animations to animate along a set of target values.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

11 changes: 2 additions & 9 deletions Animation/KeySplineAnimations/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Key Spline Animation Sample
This sample enables you to interactively adjust the key spline of a DoubleAnimationUsingKeyFrames.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

11 changes: 2 additions & 9 deletions Animation/LocalAnimations/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Local Animations Sample
This sample shows how to use local, or non-storyboard, animations. Non-storyboard animations are only available in code. To create an animation in Extensible Application Markup Language (XAML), use a storyboard. For an example that shows how to use storyboards to animate properties, see the Property Animation Sample.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

11 changes: 2 additions & 9 deletions Animation/OpacityAnimation/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Animating the Opacity of an Element Sample
This sample shows how to animate the Opacity of an element.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

11 changes: 2 additions & 9 deletions Animation/PathAnimations/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Path Animation Sample
This sample shows how to animate the Opacity of an element.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

11 changes: 2 additions & 9 deletions Animation/Per-FrameAnimation/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Per-Frame Animation Sample
This sample shows how to create per-frame animations using the CompositionTarget Rendering event. It contains several examples that vary in complexity, from a single attraction animation applied to a single object, to a frame-rate-independent firework particle effect.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

11 changes: 2 additions & 9 deletions Animation/PropertyAnimation/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# Property Animation Sample
This sample shows how to animate properties with storyboards.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

11 changes: 2 additions & 9 deletions Animation/TargetValues/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@

# %Sample% sample

This sample shows how to use the %objective

## Remarks

# From, To, and By Animation Target Values Sample
This sample shows how to use the From, To, and By values of an animation.

## Build the sample

The easiest way to use these samples without using Git is to download the zip file containing the current version (using the link below or by clicking the "Download ZIP" button on the repo page). You can then unzip the entire archive and use the samples in [Visual Studio 2015](https://www.visualstudio.com/wpf-vs).

### Deploying the sample

- Select Build > Deploy Solution.

### Deploying and running the sample

- To debug the sample and then run it, press F5 or select Debug > Start Debugging. To run the sample without debugging, press Ctrl+F5 or selectDebug > Start Without Debugging.

0 comments on commit ae617da

Please sign in to comment.