Skip to content

Latest commit

 

History

History
162 lines (90 loc) · 1.93 KB

File metadata and controls

162 lines (90 loc) · 1.93 KB
title KeyframeAnimationInfo
category Classes
titleTemplate API - NativeScript
breadcrumbs
name href
API Index
/api/
name href
Classes
/api/#summary-Classes
name
KeyframeAnimationInfo
layout api
seo
description
Defines animation options for the View.animate method.
<script setup lang="ts"> import { provide } from "vue"; import API_DATA from "./KeyframeAnimationInfo.data.json"; provide('API_DATA', API_DATA); </script>

Summary

Constructors

<template #title>

constructor

Properties

<template #title>

curve

<template #title>

delay

<template #title>

duration

<template #title>

isForwards

<template #title>

isReverse

<template #title>

iterations

<template #title>

keyframes

<template #title>

name