An open API service indexing awesome lists of open source software.

https://github.com/mattmezza/react-matrix-decode

A react component to simulate a reveal of text with matrix decodification effect.
https://github.com/mattmezza/react-matrix-decode

decode matrix react

Last synced: about 1 month ago
JSON representation

A react component to simulate a reveal of text with matrix decodification effect.

Awesome Lists containing this project

README

          

Matrix Decode
=======

`npm install react-matrix-decoder --save`

```javascript
import React from 'react'
import ReactDOM from 'react-dom'
import MatrixDecode from 'react-matrix-decoder'

class Container extends React.Component {
render () {
return (






this.refs.decode.decode()}>Matrix Decode!


)
}
}

ReactDOM.render(, document.getElementById('container'))

```
You will get this effect

![test](https://github.com/mattmezza/react-matrix-decode/blob/master/test/out.gif)