Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gr0uch committed Feb 5, 2023
1 parent 08b84ed commit e0bcff3
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 78 deletions.
2 changes: 1 addition & 1 deletion docs/demo.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function animate(node) {
const t2 = `translateX(0)
translateY(0)`;
const c1 = "var(--c-e)";
const c2 = "var(--c-a2)";
const c2 = "var(--c-l)";
node.animate([
{ transform: t1, color: c1 },
{ transform: t2, color: c2 },
Expand Down
2 changes: 1 addition & 1 deletion docs/docs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { observable, createComputed } from "./computed-properties.mjs";
import parseMustache from "./mustache.mjs";
import "./demo.mjs";

// s2.debug = true;
s2.debug = true;

const computed = createComputed(mount, unmount);
let i = 0;
Expand Down
Loading

0 comments on commit e0bcff3

Please sign in to comment.