Skip to content

Commit

Permalink
remove unnecessary animation property
Browse files Browse the repository at this point in the history
  • Loading branch information
asashay committed Oct 19, 2020
1 parent dded4c1 commit 7278175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-video-progress",
"version": "1.1.5",
"version": "1.1.6",
"description": "React component to show progress at video frame borders",
"author": "asashay",
"license": "MIT",
Expand Down
3 changes: 1 addition & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ export const VideoProgress = React.forwardRef<Ref, VideoProps>(
const commonStyles: React.CSSProperties = {
position: 'absolute',
zIndex: 2,
backgroundColor: pathColor,
animation: '1s linear'
backgroundColor: pathColor
}

const { leftBar, topBar, rightBar, bottomBar } = getBarsPositions(
Expand Down

0 comments on commit 7278175

Please sign in to comment.