Posted Apr 14 - Read on Facebook
I have something which may be a bit of a dumb questions, so please have patience.
I've set myself up to be using FramerJs on windows with Atom.io as described here: http://www.prototypingwithframer.com/framer-on-windows-with-atom/
Many things work well (defining layers, BackgroundLayers...), but I'm having trouble defining components. PageComponent, ScrollComponent, SliderComponent all come back as not defined.
Specifically, things like:
Page = new PageComponent
get an error like the following:
Uncaught ReferenceError: PageComponent is not defined.
That's just wacky, and it seems to be related to my particular set up as those commands work just fine in http://prototyp.in/ .
Any ideas on what I might be doing terribly, ignorantly wrong?
1 Comments