Answer the question
In order to leave comments, you need to log in
FramerJS prototype not showing in browser. What could be the reason?
Imported layout from Sketch. This is how it all looks in Framer Studio and works:
And here is what comes out in the browser:
I can not understand what exactly is wrong
Answer the question
In order to leave comments, you need to log in
Print the array itself to the console and see how it looks and if the data is really available on the keys 1, 2, 3 ... and most likely it will work like this: console.log(slide_title[0][i]);
But this is not accurate, this is only if the data is at all they get there.
jsfiddle.ne The problem was in ++i, besides, your array starts from zero, and you output from one.
Because output slide_title and variable set as slide_title1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question