Skip to content

Commit

Permalink
Merge pull request #91 from femioladeji/add-resize-polyfill-zoom
Browse files Browse the repository at this point in the history
Add resize polyfill to zoom effect
  • Loading branch information
femioladeji authored Jul 25, 2020
2 parents 1e0dab6 + 340bf16 commit 9613bab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-slideshow-image",
"version": "3.0.0",
"version": "3.0.1",
"author": "Femi Oladeji",
"description": "An image slideshow with react",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/zoom.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React, { Component, createRef } from 'react';
import ResizeObserver from 'resize-observer-polyfill';
import PropTypes from 'prop-types';
import TWEEN from '@tweenjs/tween.js';
import {
Expand Down

0 comments on commit 9613bab

Please sign in to comment.