I am building a slider with a JSON provider loosely based on the Stacked Testimonial Slider.
My question is this: can I program different visibility of elements within the JSON? (I.e. say I want a certain grid layout to display in slides 1, 2 & 3, but a totally different set of grid cells to display in slides 4, 5, & 6, could I just drop two grids into a slide and have a JSON mapping like “grid-1” : “visibility:true”, "grid-2: “visibility:false” or vice versa, and then just list the appropriate mappings for each slide?
If something like the above IS possible, what would be best practices for implementing this?