The main purpose of this project is to provide some controls, behaviors and APIs for Silverlight WPF, WP7.
Simple Controls
ColorChooser and ColorPicker
Supported by Silverlight 4 and more
http://www.tweened.org/fr/2009/10/30/customcontrol-colorchooser-and-colorpicker/Description
PieProgressBar
Supported by Silverlight 4 and more
http://www.tweened.org/fr/2009/12/16/a-new-pieprogressbar-custom-control/Description
UniformGrid
Supported by Silverlight 4 and more
http://www.tweened.org/fr/2010/08/26/uniformgrid-for-silverlight/Description
LayoutGridSelector
Supported by Windows Phone 7
http://www.tweened.org/fr/2010/12/18/layoutgridselector-for-windows-phone-7/Description
ContactButton
Supported by Silverlight 4 and more and Windows Phone 7
http://www.tweened.org/fr/2011/01/23/framereported-contactbutton/Description
DonutLoader
Supported by Silverlight 4 and more
http://www.tweened.org/fr/2010/10/21/donutloader-bug/Description
RangedSlider
Supported by Silverlight 4 and more
http://www.tweened.org/fr/2011/03/29/rangedslider-custom-control/Description
TooltipHelper
Supported by Silverlight 4 and more
http://www.tweened.org/fr/2011/01/05/tooltiphelper-customcontrol/Description
InertialSlider
Supported by Silverlight 4 and more
http://www.tweened.org/fr/2011/02/28/inertialslider-custom-control/Description
FlipControl
Supported by Silverlight 4 and more
http://www.tweened.org/fr/2011/03/18/yet-another-flipcontrol/Description
APIs
RadioButtonExtension
Supported by Silverlight 4 and more
http://www.tweened.org/fr/2010/09/24/radiobutton-extension-et-radiobuttongroup-micro-api/Description
Micro3D API for Silverlight 4
Supported by Silverlight 3 and more
http://www.tweened.org/en/2010/06/17/yet-another-lite-3d-engine-to-release/Description
Decorations via Behaviors, Extensions and Converters
Tweened Animation library
Supported by Silverlight 3 and more
http://library.tweened.orgThat library provides a very simple way to animate any Xaml Objects you want in Silverlight. To reach this goal you just have to Reference Tweened.dll in a Silverlight 2 project. You will have access to color, RenderTransform and simple propertie Animation easily with many options like AutoReverse, BeginTime, SpeedRatio properties or like Reverse, ContinueTo and Start methods .
To reach this goal you just have to Reference Tweened.dll in a Silverlight 2 project. You will have access to color, RenderTransform and simple propertie Animation easily with many options like AutoReverse, BeginTime, SpeedRatio properties or Reverse and ContinueTo methods .
It's released and maintained for Silverlight 3 or higher. In layman's terms, Tweened helps you move things around on the screen using only code, instead of the timeline. The general idea of a tweening Class is that dynamic animation and transitions (created by code) are easier to maintain and control, and more stable than animation based on the regular Silverlight timeline. The Tweened syntax is created with simplicity of use in mind, while still allowing access to more advanced features.
the general idea is to make the automatic creation of resource types Storyboard. Internally class Tween operates two Storyboards, the first is used for animation to go, the other is used if necessary to animation back. Storyboards Each of these contains a number of objects DoubleAnimation XAML. They serve as animated sequences. Each DoubleAnimation? refers to an Xaml object and a lively targeted property, for example X or ScaleX. So a tween can animate lot of objects in several different equation of movement with different duration and behavior. For example a double animation could loop.
Contact me
My Blog around Silverlight ::
http://www.tweened.orgInteractive Design @ Peps Interactive