@angular/animations
Advanced tools
Comparing version 19.1.0-next.3 to 19.1.0-next.4
/** | ||
* @license Angular v19.1.0-next.3 | ||
* @license Angular v19.1.0-next.4 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
/** | ||
* @license Angular v19.1.0-next.3 | ||
* @license Angular v19.1.0-next.4 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
/** | ||
* @license Angular v19.1.0-next.3 | ||
* @license Angular v19.1.0-next.4 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -596,3 +596,3 @@ * License: MIT | ||
* Sets the position of the animation. | ||
* @param position A 0-based offset into the duration, in milliseconds. | ||
* @param position A fractional value, representing the progress through the animation. | ||
*/ | ||
@@ -602,3 +602,3 @@ setPosition(position: number): void; | ||
* Reports the current position of the animation. | ||
* @returns A 0-based offset into the duration, in milliseconds. | ||
* @returns A fractional value, representing the progress through the animation. | ||
*/ | ||
@@ -605,0 +605,0 @@ getPosition(): number; |
{ | ||
"name": "@angular/animations", | ||
"version": "19.1.0-next.3", | ||
"version": "19.1.0-next.4", | ||
"description": "Angular - animations integration with web-animations", | ||
@@ -14,3 +14,3 @@ "author": "angular", | ||
"peerDependencies": { | ||
"@angular/core": "19.1.0-next.3" | ||
"@angular/core": "19.1.0-next.4" | ||
}, | ||
@@ -17,0 +17,0 @@ "repository": { |
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
797864