Skip to content

Commit

Permalink
feat(web): remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed Oct 29, 2024
1 parent 2288a8f commit ea4ab01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion packages/hippy-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/react",
"version": "2.16.2-rc.0",
"version": "unspecified",
"description": "Hippy react framework",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
7 changes: 0 additions & 7 deletions packages/hippy-react/src/modules/animation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,13 +265,6 @@ class Animation implements Animation {
Bridge.callNative('AnimationModule', 'pauseAnimation', this.animationId);
}

/**
* Stop the running animation
*/
public stop() {
Bridge.callNative('AnimationModule', 'stopAnimation', this.animationId);
}

/**
* Resume execution of paused animation
*/
Expand Down

0 comments on commit ea4ab01

Please sign in to comment.