@antv/g-gesture
Advanced tools
Comparing version 0.0.58 to 0.0.59
@@ -1,2 +0,2 @@ | ||
import type { PointLike } from '@antv/g-lite'; | ||
import type { IAnimation, PointLike } from '@antv/g-lite'; | ||
import { Canvas, DisplayObject, Group } from '@antv/g-lite'; | ||
@@ -25,2 +25,3 @@ import type { CustomElementOption, ParseContext } from './parser'; | ||
private buildHierachy; | ||
getAnimations(): IAnimation[]; | ||
/** | ||
@@ -62,5 +63,6 @@ * Returns the animation duration in seconds or frames. | ||
/** | ||
* Can contain 2 numeric values that will be used as first and last frame of the animation. | ||
* @see https://github.com/airbnb/lottie-web#playsegmentssegments-forceflag | ||
*/ | ||
playSegments(segments: [number, number], forceFlag?: boolean): void; | ||
playSegments(segments: [number, number]): void; | ||
pause(): void; | ||
@@ -72,3 +74,4 @@ /** | ||
/** | ||
* split goToAndStop/Play into goTo & stop/play | ||
* Goto and stop at a specific time(in seconds) or frame. | ||
* Split goToAndStop/Play into goTo & stop/play | ||
* @see https://github.com/airbnb/lottie-web | ||
@@ -75,0 +78,0 @@ */ |
{ | ||
"name": "@antv/g-gesture", | ||
"version": "0.0.58", | ||
"version": "0.0.59", | ||
"description": "G Gesture", | ||
@@ -37,4 +37,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@antv/g-mobile-canvas": "^0.8.32", | ||
"@antv/g-mobile-canvas-element": "^0.6.34" | ||
"@antv/g-mobile-canvas": "^0.8.33", | ||
"@antv/g-mobile-canvas-element": "^0.6.35" | ||
}, | ||
@@ -44,3 +44,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "71cc8cac9ed56ba4a019c0af69ceddfa07ec0ee3" | ||
"gitHead": "68409e02757817d8beadf1b6edccc19e27ef8e14" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1117976
16439