This shows a loading progress indicator while all your images load.
- Place
preloader.js
inside theframer
folder of your prototype - Open
index.html
. After the line withinit.js
, place this line:<script src="preloader.js"></script>
- In the code for your Framer prototype, after you've imported or defined all your layers, call
Framer.Preloader()
.