Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Animation / QuarticEase.cs / 1305600 / QuarticEase.cs
//------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation, 2008
//
// File: QuarticEase.cs
//-----------------------------------------------------------------------------
namespace System.Windows.Media.Animation
{
///
/// This class implements an easing function that gives a quartic curve toward the destination
///
public class QuarticEase : EasingFunctionBase
{
protected override double EaseInCore(double normalizedTime)
{
return normalizedTime * normalizedTime * normalizedTime * normalizedTime;
}
protected override Freezable CreateInstanceCore()
{
return new QuarticEase();
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DocumentViewerBase.cs
- HotCommands.cs
- baseaxisquery.cs
- TextElement.cs
- TextChangedEventArgs.cs
- ShutDownListener.cs
- SafeProcessHandle.cs
- Error.cs
- SafeNativeMemoryHandle.cs
- FamilyTypeface.cs
- designeractionlistschangedeventargs.cs
- DataServiceHost.cs
- WebPartConnectionsCancelEventArgs.cs
- ReflectTypeDescriptionProvider.cs
- SerializerProvider.cs
- SettingsProperty.cs
- MD5CryptoServiceProvider.cs
- SqlConnectionPoolGroupProviderInfo.cs
- ServiceModelInstallComponent.cs
- Int16AnimationUsingKeyFrames.cs
- InfoCardSymmetricAlgorithm.cs
- DBSchemaTable.cs
- RuleSettingsCollection.cs
- coordinator.cs
- HtmlInputText.cs
- XmlElementList.cs
- JobStaple.cs
- backend.cs
- RemoteWebConfigurationHost.cs
- UnitControl.cs
- IODescriptionAttribute.cs
- CopyAction.cs
- XmlSchemaDatatype.cs
- ConnectionManagementSection.cs
- InputLanguageManager.cs
- CompilerCollection.cs
- BoundPropertyEntry.cs
- IpcChannel.cs
- ListBox.cs
- AddDataControlFieldDialog.cs
- NonClientArea.cs
- ToolStripItem.cs
- ZoomPercentageConverter.cs
- ProjectedSlot.cs
- SystemFonts.cs
- BufferModesCollection.cs
- BinaryMethodMessage.cs
- HtmlInputRadioButton.cs
- InvalidPropValue.cs
- Pair.cs
- ColorConverter.cs
- BitmapEncoder.cs
- TiffBitmapDecoder.cs
- SystemWebExtensionsSectionGroup.cs
- UnsafeNativeMethods.cs
- _UncName.cs
- DataControlFieldCell.cs
- CurrentTimeZone.cs
- LogAppendAsyncResult.cs
- SafeNativeMethods.cs
- UTF8Encoding.cs
- DirectoryNotFoundException.cs
- CodeExpressionCollection.cs
- CollectionContainer.cs
- SHA256.cs
- RawStylusSystemGestureInputReport.cs
- SoapConverter.cs
- GridItemProviderWrapper.cs
- X509Utils.cs
- HTMLTextWriter.cs
- ToolStripOverflowButton.cs
- AsymmetricAlgorithm.cs
- BaseTemplateBuildProvider.cs
- ContractHandle.cs
- GroupStyle.cs
- XmlSerializationWriter.cs
- BamlStream.cs
- Win32MouseDevice.cs
- Graphics.cs
- WebRequestModulesSection.cs
- FilePrompt.cs
- ModifierKeysConverter.cs
- TextChange.cs
- AssociationTypeEmitter.cs
- RestHandler.cs
- EnumBuilder.cs
- EventDescriptorCollection.cs
- SystemIPGlobalStatistics.cs
- BaseHashHelper.cs
- EventBuilder.cs
- VectorAnimationUsingKeyFrames.cs
- TextFormatterContext.cs
- AsyncCodeActivityContext.cs
- DataViewSettingCollection.cs
- Tuple.cs
- ReplacementText.cs
- Stylesheet.cs
- SoapObjectInfo.cs
- PropertyEntry.cs
- TryCatch.cs