Guest User

Untitled

a guest
May 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Y.all('.foo').plug(Y.Plugin.NodeFX, {
  2. to: {
  3. height: 0,
  4. opacity: 0
  5. }
  6. }).each(function (node) { node.fx.run(); });
Add Comment
Please, Sign In to add comment