Interface

Adw-1AdwSpringAnimationConstructorProps

interface ConstructorProps {
    clamp: boolean;
    epsilon: number;
    estimated_duration: number;
    estimatedDuration: number;
    follow_enable_animations_setting: boolean;
    followEnableAnimationsSetting: boolean;
    initial_velocity: number;
    initialVelocity: number;
    spring_params: SpringParams;
    springParams: SpringParams;
    state: Adw.AnimationState;
    target: Adw.AnimationTarget;
    value: number;
    value_from: number;
    value_to: number;
    valueFrom: number;
    valueTo: number;
    velocity: number;
    widget: Gtk.Widget;
}

Hierarchy (View Summary)

Index

Properties

clamp: boolean
epsilon: number
estimated_duration: number
estimatedDuration: number
initial_velocity: number
initialVelocity: number
spring_params: SpringParams
springParams: SpringParams
value_from: number
value_to: number
valueFrom: number
valueTo: number
velocity: number

Properties - Inherited from Adw.Animation.ConstructorProps

follow_enable_animations_setting: boolean
followEnableAnimationsSetting: boolean
value: number
widget: Gtk.Widget