Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

material-ui-image

Package Overview
Dependencies
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-ui-image - npm Package Compare versions

Comparing version 3.0.0-pre.0 to 3.0.0-pre.1

4

lib/components/Image/Image.js

@@ -96,3 +96,5 @@ 'use strict';

opacity: !this.state.imageLoaded ? 0 : 1,
animation: !this.state.imageLoaded ? '' : 'filter-animation 1s',
filterBrightness: !this.state.imageLoaded ? 0 : 100,
filterSaturate: !this.state.imageLoaded ? 20 : 20,
transition: 'filterBrightness 2.5s cubic-bezier(0.4, 0.0, 0.2, 1), filterSaturate 3s cubic-bezier(0.4, 0.0, 0.2, 1), opacity 2s cubic-bezier(0.4, 0.0, 0.2, 1)',
position: 'absolute',

@@ -99,0 +101,0 @@ top: 0,

{
"name": "material-ui-image",
"version": "3.0.0-pre.0",
"version": "3.0.0-pre.1",
"description": "Material style image with loading animation",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -8,3 +8,3 @@ # Material UI Image

See this component in [action](https://teamwertarbyte.github.io/material-ui-image)
See this component in [action](https://mui.wertarbyte.com/#material-ui-image)

@@ -11,0 +11,0 @@ ## Installation

@@ -37,3 +37,5 @@ import React, { Component } from 'react'

opacity: !this.state.imageLoaded ? 0 : 1,
animation: !this.state.imageLoaded ? '' : 'filter-animation 1s',
filterBrightness: !this.state.imageLoaded ? 0 : 100,
filterSaturate: !this.state.imageLoaded ? 20 : 20,
transition: 'filterBrightness 2.5s cubic-bezier(0.4, 0.0, 0.2, 1), filterSaturate 3s cubic-bezier(0.4, 0.0, 0.2, 1), opacity 2s cubic-bezier(0.4, 0.0, 0.2, 1)',
position: 'absolute',

@@ -40,0 +42,0 @@ top: 0,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc