Closed uxdiogenes closed 9 years ago
Download this sample, made in the latest Framer Studio, here: https://dl.dropboxusercontent.com/u/1334233/more-than-once.framer.zip
Fixed! Thanks so much for reporting!
Can I get this fix by running the update framer command in Framer Studio?
On Mon, Feb 2, 2015 at 2:30 AM, Koen Bok notifications@github.com wrote:
Fixed! Thanks so much for reporting!
Reply to this email directly or view it on GitHub: https://github.com/koenbok/Framer/issues/169#issuecomment-72435295
Yup. Whatever you see here on master is always what you pull in then (assuming the tests don't fail).
Awesome, thanks.
On Mon, Feb 2, 2015 at 9:09 AM, Koen Bok notifications@github.com wrote:
Yup. Whatever you see here on master is always what you pull in then (assuming the tests don't fail).
Reply to this email directly or view it on GitHub: https://github.com/koenbok/Framer/issues/169#issuecomment-72494953
While you are in there, you might be able to close this one out: https://github.com/koenbok/Framer/issues/172
The .once
handler doesn't seem to get passed the sam args as .on
.
I'm seeing an issue where
layer.once
is happening more than once. In a click handler setting aonce
event onEvents.animationEnd
. Even though only one click happens, thelayer.once
handle runs twice. Here's an example. Click the layer before the 5 delay is done and you will see the.once
happens a second time.