Skip to content

Commit 4883d3a

Browse files
author
Masashi Hirano
committed
Release v0.1.2
1 parent fad1f6d commit 4883d3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/demo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const options = {
77
const parent = document.querySelector(".demo-space");
88
const pulsator = new Pulsator(parent, options);
99
const el = pulsator.getElement();
10-
el.style.position = "absolute";
10+
el.style.position = "absolute";
1111

1212
parent.addEventListener("click", function(event) {
1313
el.style.left = (event.pageX - 10 /* 10px is the half of pulsator width */) + "px";

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pulsator",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Pulse animation with JavaScript.",
55
"main": "pulsator.js",
66
"scripts": {

0 commit comments

Comments
 (0)