Skip to content

Commit

Permalink
Update docs/props
Browse files Browse the repository at this point in the history
  • Loading branch information
naftalibeder committed Mar 22, 2021
1 parent 4b7326f commit c12017e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/components/Camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ class Camera extends React.Component {
animationDuration: PropTypes.number,

/**
* The animationstyle when the camara updates. One of; `flyTo`, `easeTo`, `moveTo`
* The animationstyle when the camara updates. One of; `flyTo`, `easeTo`, `linearTo`, `moveTo`
*/
animationMode: PropTypes.oneOf(['flyTo', 'easeTo', 'moveTo']),
animationMode: PropTypes.oneOf(['flyTo', 'easeTo', 'linearTo', 'moveTo']),

/**
* Default view settings applied on camera
Expand Down

0 comments on commit c12017e

Please sign in to comment.