UNPKG

transition-manager

Version:

Transition Manager. Framework independent transition manager to transition elements using states and actions.

76 lines (75 loc) 1.5 kB
export default [ { "title" : "Stop pretending" , "backgroundColor" : "#00ffff" , "id" : 0, "backgroundImage" : "/images/2.gif" } , { "title" : "Be Water my friend" , "backgroundColor" : "#000099" , "id" : 1, "backgroundImage" : "" } , { "title" : "Let's talk seriously" , "backgroundColor" : "#000099" , "id" : 2, "backgroundImage" : "/images/4.gif" } , { "title" : "Spotify sucks" , "backgroundColor" : "#000099" , "id" : 3, "backgroundImage" : "" } , { "title" : "Apple sucks" , "backgroundColor" : "#000099" , "id" : 4, "backgroundImage" : "/images/6.gif" } , { "title" : "Macbook pro sucks" , "backgroundColor" : "#000099" , "id" : 5, "backgroundImage" : "/images/3.gif" }, { "title" : "I love Lenovo design" , "backgroundColor" : "#000099" , "id" : 6, "backgroundImage" : "" }, { "title" : "Don't you ?" , "backgroundColor" : "#000099" , "id" : 7, "backgroundImage" : "" } , { "title" : "Organic coffee sucks" , "backgroundColor" : "#000099" , "id" : 8, "backgroundImage" : "/images/6.gif" } , { "title" : "Electronic music is shit" , "backgroundColor" : "#000099" , "id" : 9, "backgroundImage" : "/images/5.gif" } , { "title" : "Empty your mind" , "backgroundColor" : "#000099" , "id" : 10, "backgroundImage" : "/images/7.gif" } ]