Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
spark.transitions 

ZoomViewTransition  - AS3 Flex

Paquetespark.transitions
Clasepublic class ZoomViewTransition
HerenciaZoomViewTransition Inheritance ViewTransitionBase Inheritance EventDispatcher Inheritance Object
Desfasado desde 4.6

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.5
Versiones de motor de ejecución: AIR 2.5

The ZoomViewTransition class performs a zoom in or out transition for views. It performs its transition by zooming out the existing view to reveal the new view, or by zooming in the new view to cover the existing view.

The default duration of a ZoomViewTransition is 350ms. Also, by default it transitions the control bar and view content as one as if transitionControlsWithContent is true.

Note:Create and configure view transitions in ActionScript; you cannot create them in MXML.

Elementos de API relacionados

ZoomViewTransitionMode


Propiedades públicas
 PropiedadDefinido por
 Inheritedconstructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada.
Object
 Inherited    duration : Number
Duration of the transition, in milliseconds.
ViewTransitionBase
 Inherited    easer : IEaser
The easing behavior for this transition.
ViewTransitionBase
 Inherited    endView : View
The view that the navigator is transitioning to, as set by the owning ViewNavigator object.
ViewTransitionBase
      minimumScale : Number
Specifies the minimum scale of the zoomed view (represents when the view is first visible when zooming in or last visible when zooming out).
ZoomViewTransition
      mode : String
Specifies the type of zoom transition to perform.
ZoomViewTransition
 Inherited    navigator : ViewNavigator
Reference to the owning ViewNavigator instance set by the owning ViewNavigator.
ViewTransitionBase
 Inherited    startView : View
The currently active view of the view navigator, as set by the owning view navigator.
ViewTransitionBase
 Inherited    suspendBackgroundProcessing : Boolean
When set to true, the UIComponent.suspendBackgroundProcessing() method is invoked prior to the transition playing.
ViewTransitionBase
 Inherited    transitionControlsWithContent : Boolean
When set to true, the primary view transition is used to transition the view navigator in its entirety, including the action bar.
ViewTransitionBase
Métodos públicos
 MétodoDefinido por
  
Constructor.
ZoomViewTransition
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento.
EventDispatcher
 Inherited
Called by the ViewNavigator during the preparation phase of a transition.
ViewTransitionBase
 Inherited
Called by the ViewNavigator during the preparation phase of a transition.
ViewTransitionBase
 Inherited
Distribuye un evento en el flujo del evento.
EventDispatcher
 Inherited
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento.
EventDispatcher
 Inherited
Indica si un objeto tiene definida una propiedad especificada.
Object
 Inherited
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro.
Object
 Inherited
    play():void
Called by the ViewNavigator when the transition should begin animating.
ViewTransitionBase
 Inherited
Called by the ViewNavigator during the preparation phase of a transition.
ViewTransitionBase
 Inherited
Indica si existe la propiedad especificada y si es enumerable.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Elimina un detector del objeto EventDispatcher.
EventDispatcher
 Inherited
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle.
Object
 Inherited
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional.
Object
 Inherited
Devuelve la representación de cadena del objeto especificado.
Object
 Inherited
Devuelve el valor simple del objeto especificado.
Object
 Inherited
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto.
EventDispatcher
Métodos protegidos
 MétodoDefinido por
 Inherited
Determine if Flex can perform a transition on action bar or tab bar content independently of the views.
ViewTransitionBase
 Inherited
    cleanUp():void
Called after the transition completes.
ViewTransitionBase
 Inherited
Called by the default prepareForPlay() implementation, this method is responsible for creating the Spark effect played on the action bar when the transition starts.
ViewTransitionBase
 Inherited
Called by the default prepareForPlay() implementation, this method is responsible for creating the Spark effect played to transition the entire navigator, inclusive of the control bar content, when necessary.
ViewTransitionBase
 Inherited
Called by the default prepareForPlay() implementation, this method is responsible for creating the Spark effect played on the tab bar when the transition starts.
ViewTransitionBase
 Inherited
Called by the default prepareForPlay() implementation, this method is responsible for creating the Spark effect played on the current and next view when the transition starts.
ViewTransitionBase
 Inherited
    getSnapshot(target:UIComponent, padding:int = 4, globalPosition:Point = null):BitmapImage
Used to render snap shots of screen elements in preparation for transitioning.
ViewTransitionBase
 Inherited
Called by the transition to indicate that the transition has completed.
ViewTransitionBase
Eventos
 Evento Resumen Definido por
 Inherited[evento broadcast] Se distribuye cuando Flash Player o AIR pasan a estar activos.EventDispatcher
 Inherited[evento broadcast] Se distribuye cuando Flash Player o de AIR pasan a estar inactivos.EventDispatcher
 InheritedDispatched when the transition completes.ViewTransitionBase
 InheritedDispatched when the transition starts.ViewTransitionBase
Información sobre propiedades
    

minimumScale

propiedad
minimumScale:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.5
Versiones de motor de ejecución: AIR 2.5

Specifies the minimum scale of the zoomed view (represents when the view is first visible when zooming in or last visible when zooming out).

El valor predeterminado es .25.



Implementación
    public function get minimumScale():Number
    public function set minimumScale(value:Number):void
    

mode

propiedad 
mode:String

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.5
Versiones de motor de ejecución: AIR 2.5

Specifies the type of zoom transition to perform.

El valor predeterminado es ZoomTransitionMode.OUT.



Implementación
    public function get mode():String
    public function set mode(value:String):void
Información sobre constructores
    

ZoomViewTransition

()Información sobre
public function ZoomViewTransition()

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.5
Versiones de motor de ejecución: AIR 2.5

Constructor.





[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.