A
A
Alexey2016-11-29 07:11:32
JavaScript
Alexey, 2016-11-29 07:11:32

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:
58fb51b0172342719307ff4ebe256eea.png
And here is what comes out in the browser:
2640724ddc824eecb9752c840918d593.png
I can not understand what exactly is wrong

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Ruslan Polin, 2017-03-20
@James_Raynor

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.

R
Rostislav Futornoy, 2017-03-20
@termoxin203

Because output slide_title and variable set as slide_title1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question