Socket
Socket
Sign inDemoInstall

framer-motion

Package Overview
Dependencies
Maintainers
28
Versions
1138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

framer-motion - npm Package Compare versions

Comparing version 0.7.5 to 0.8.0

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## [0.8.0] 2019-03-12
### Changed
- `originX`, `originY`, `pathLength`, `pathOffset` changed from percent to progress value types.
## [0.7.5] 2019-03-11

@@ -7,0 +13,0 @@

14

dist/framer-motion.d.ts

@@ -1762,5 +1762,5 @@ /// <reference types="react" />

*
* - The name of an inbuilt easing function. <br />
* - An array of four numbers to define a cubic bezier curve. <br />
* - An easing function, that accepts and returns a value `0-1`. <br />
* - The name of an inbuilt easing function.
* - An array of four numbers to define a cubic bezier curve.
* - An easing function, that accepts and returns a value `0-1`.
*

@@ -2111,6 +2111,6 @@ * ```jsx

*
* - `scrollX` — Horizontal scroll distance in pixels. <br/>
* - `scrollY` — Vertical scroll distance in pixels. <br/>
* - `scrollXProgress` — Horizontal scroll distance between `0` and `1`. <br/>
* - `scrollYProgress` — Vertical scroll distance between `0` and `1`. <br/>
* - `scrollX` — Horizontal scroll distance in pixels.
* - `scrollY` — Vertical scroll distance in pixels.
* - `scrollXProgress` — Horizontal scroll distance between `0` and `1`.
* - `scrollYProgress` — Vertical scroll distance between `0` and `1`.
*

@@ -2117,0 +2117,0 @@ *

{
"name": "framer-motion",
"version": "0.7.5",
"version": "0.8.0",
"main": "dist/framer-motion.cjs.js",

@@ -68,3 +68,3 @@ "module": "dist/framer-motion.es.js",

"style-value-types": "^3.0.7",
"stylefire": "^2.4.3"
"stylefire": "^3.0.0"
},

@@ -71,0 +71,0 @@ "husky": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc