Message from discussion
How to add Slide & Fade, and Delay
Received: by 10.58.229.232 with SMTP id st8mr3886522vec.34.1350929316073;
Mon, 22 Oct 2012 11:08:36 -0700 (PDT)
X-BeenThere: mootools-users@googlegroups.com
Received: by 10.52.26.41 with SMTP id i9ls4986774vdg.2.gmail; Mon, 22 Oct 2012
11:08:34 -0700 (PDT)
Received: by 10.58.127.226 with SMTP id nj2mr3749989veb.3.1350929314027;
Mon, 22 Oct 2012 11:08:34 -0700 (PDT)
Received: by 10.58.127.226 with SMTP id nj2mr3749987veb.3.1350929314010;
Mon, 22 Oct 2012 11:08:34 -0700 (PDT)
Return-Path: <sa...@figureone.com>
Received: from rproxy1-a.cypressintegrated.com (rproxy1-a.cypressintegrated.com. [69.28.242.152])
by gmr-mx.google.com with ESMTPS id es5si2556077vdb.2.2012.10.22.11.08.33
(version=TLSv1/SSLv3 cipher=OTHER);
Mon, 22 Oct 2012 11:08:33 -0700 (PDT)
Received-SPF: pass (google.com: domain of sa...@figureone.com designates 69.28.242.152 as permitted sender) client-ip=69.28.242.152;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of sa...@figureone.com designates 69.28.242.152 as permitted sender) smtp.mail=sa...@figureone.com
Received: from localhost ([192.168.87.152])
by rproxy1-a.cypressintegrated.com (Brand New Heavy v1.0) with ASMTP id GCE45333
for <mootools-users@googlegroups.com>; Mon, 22 Oct 2012 14:08:33 -0400
Date: Mon, 22 Oct 2012 14:08:34 -0400
From: Sanford Whiteman <sa...@figureone.com>
X-Priority: 3 (Normal)
Message-ID: <1421897820.20121022140834@figureone.com>
To: Bogh <mootools-users@googlegroups.com>
Subject: Re: [Moo] How to add Slide & Fade, and Delay
In-Reply-To: <057ec668-6cff-401f-b269-ecf3bfeba1bc@googlegroups.com>
References: <c6f72ea7-276c-4fcb-85b3-46a18748ea8c@googlegroups.com> <1771542022.20121022024556@figureone.com> <057ec668-6cff-401f-b269-ecf3bfeba1bc@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
> Thanks for your replies, I have posted the code to JSfiddle:
> http://jsfiddle.net/eKTwM/1/
jsFiddle can't read PHP. I almost think your Fiddle is harder to
execute than an e-mail!
In jsFiddle, you put inner markup in the "HTML" pane (everything
*inside* the BODY, not including the BODY tag), your styles in "CSS,"
and JS in "JS." You don't need to wrap JS in domready.
The idea is for the "Result" pane that combines and runs the other
panes, to actually be a page of HTML elements and images, not dumped
PHP code.
Working in jsFiddle can be amazing help in refactoring and simplifying
problematic code; I don't think I could write adaptable classes were
it not for jsFiddle helping me to be generic.
I realize I am being strict about this, but the payoff is that someone
will give you a great solution. But it has to be de-mangle-ified
first.
-- S.