Anim.Easing
Provides methods for customizing how an animation behaves during each run.
defined in: easing.js
Namespace
Methods
- Anim.Easing. backBoth (t) <static> Backtracks slightly, then reverses direction, overshoots end, then reverses and comes back to end.
- Anim.Easing. backIn (t) <static> Backtracks slightly, then reverses direction and moves to end.
- Anim.Easing. backOut (t) <static> Overshoots end, then reverses and comes back to end.
- Anim.Easing. bounceBoth (t) <static> Bounces off start and end.
- Anim.Easing. bounceIn (t) <static> Bounce off of start.
- Anim.Easing. bounceOut (t) <static> Bounces off end.
- Anim.Easing. easeBoth (t) <static> Begins slowly and decelerates towards end.
- Anim.Easing. easeBothStrong (t) <static> Begins slowly and decelerates towards end.
- Anim.Easing. easeIn (t) <static> Begins slowly and accelerates towards end.
- Anim.Easing. easeInStrong (t) <static> Begins slowly and accelerates towards end.
- Anim.Easing. easeNone (t) <static> Uniform speed between points.
- Anim.Easing. easeOut (t) <static> Begins quickly and decelerates towards end.
- Anim.Easing. easeOutStrong (t) <static> Begins quickly and decelerates towards end.
- Anim.Easing. elasticBoth (t) <static> Snap both elastic effect.
- Anim.Easing. elasticIn (t) <static> Snap in elastic effect.
- Anim.Easing. elasticOut (t) <static> Snap out elastic effect.
Namespace Detail
-
Anim.EasingProvides methods for customizing how an animation behaves during each run.
Methods Detail
-
Backtracks slightly, then reverses direction, overshoots end, then reverses and comes back to end.
- Parameters
-
- t
-
Backtracks slightly, then reverses direction and moves to end.
- Parameters
-
- t
-
Overshoots end, then reverses and comes back to end.
- Parameters
-
- t
-
Bounces off start and end.
- Parameters
-
- t
-
Bounce off of start.
- Parameters
-
- t
-
Bounces off end.
- Parameters
-
- t
-
Begins slowly and decelerates towards end. (quadratic)
- Parameters
-
- t
-
Begins slowly and decelerates towards end. (quartic)
- Parameters
-
- t
-
Begins slowly and accelerates towards end. (quadratic)
- Parameters
-
- t
-
Begins slowly and accelerates towards end. (quartic)
- Parameters
-
- t
-
Uniform speed between points.
- Parameters
-
- t
-
Begins quickly and decelerates towards end. (quadratic)
- Parameters
-
- t
-
Begins quickly and decelerates towards end. (quartic)
- Parameters
-
- t
-
Snap both elastic effect.
- Parameters
-
- t
-
Snap in elastic effect.
- Parameters
-
- t
-
Snap out elastic effect.
- Parameters
-
- t
Classes
- Anim
- Anim.Easing
- Attribute
- Base
- Button
- ComboBox
- ComboBox.LocalDataSource
- ComboBox.RemoteDataSource
- Component
- Component.Container
- Component.Controller
- Component.Manager
- Component.Render
- Component.UIBase
- Component.UIBase.Align
- Component.UIBase.Box
- Component.UIBase.Close
- Component.UIBase.Constrain
- Component.UIBase.ContentBox
- Component.UIBase.Drag
- Component.UIBase.Loading
- Component.UIBase.Mask
- Component.UIBase.Position
- Component.UIBase.Resize
- Component.UIBase.StdMod
- Cookie
- DataLazyload
- DD
- DD.Constrain
- DD.DDM
- DD.Draggable
- DD.DraggableDelegate
- DD.Droppable
- DD.DroppableDelegate
- DD.Proxy
- DD.Scroll
- DOM
- Editor
- Editor.Range
- Editor.Utils
- Editor.Walker
- Event
- Event.Object
- Event.Target
- IO
- IO.XhrObject
- KISSY
- KISSY.Defer
- KISSY.Loader
- KISSY.Loader.Module
- KISSY.Loader.Package
- KISSY.Promise
- Menu
- Menu.FilterMenu
- Menu.Item
- Menu.PopupMenu
- Menu.Separator
- MenuButton
- MenuButton.Option
- MenuButton.Select
- MVC
- MVC.Collection
- MVC.Model
- MVC.Router
- MVC.View
- NodeList
- Overlay
- Overlay.Dialog
- Overlay.Popup
- Resizable
- Tree
- Tree.CheckNode
- Tree.CheckTree
- Tree.Node
- Waterfall
- Waterfall.Loader