Skip to content

Commit 195cd54

Browse files
📺
1 parent 78b8193 commit 195cd54

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

‎example/src/demos.js

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ export default [
22
{
33
background: 'linear-gradient(120deg, #a8edea 0%, #fed6e3 100%)',
44
text: 'Send',
5-
duration: 2000,
65
buttonStyles: {
76
background: '#121019',
87
color: '#fff'

‎readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,5 @@ This module was bootstrapped with [create-react-library](https://github.com/tran
7878
## License
7979

8080
MIT © [Travis Fischer](https://github.com/transitive-bullshit)
81+
82+
Support my OSS work by <a href="https://twitter.com/transitive_bs">following me on twitter <img src="https://storage.googleapis.com/saasify-assets/twitter-logo.svg" alt="twitter" height="24px" align="center"></a>

‎src/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ export default class ParticleEffectButton extends Component {
284284
speed: _speed,
285285
size: _size
286286
})
287+
288+
// console.log(this._particles[this._particles.length - 1])
287289
}
288290

289291
_updateParticles() {

0 commit comments

Comments
 (0)