aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage-google/picasa-carousel.reel/picasa-carousel.html
blob: f7c8a7664f52c2f5e0836b2a8ae45be31309054f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html>
<!-- <copyright>
 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
 (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
 </copyright> -->
<html>
<head>
    <title></title>
    <link rel="stylesheet" type="text/css" href="picasa-carousel.css">

    <script type="text/montage-serialization">
    {
        "owner": {
            "prototype": "montage-google/picasa-carousel.reel",
            "properties": {
                "element": {"#": "montage-google-picasa-carousel"},
                "flow": {"@": "flow"}
            }
        },
        "searchResultsController": {
            "module": "montage/ui/controller/array-controller",
            "name": "ArrayController",
            "bindings": {
                "content": {
                    "boundObject": {"@": "owner"},
                    "boundObjectPropertyPath": "searchResults"
                }
            }
        },
        "image": {
            "prototype": "montage-google/picasa-carousel.reel/image.reel",
            "properties": {
                "element": {"#": "image"}
            },
            "bindings": {
                "src": {
                    "boundObject": {"@": "flow"},
                    "boundObjectPropertyPath": "objectAtCurrentIteration.media$group.media$thumbnail.2.url",
                    "oneway": true
                }
            }
        },
        "flow": {
            "module": "montage/ui/flow.reel",
            "name": "Flow",
            "properties": {
                "element": {"#": "flow"},
                "paths": [
                    {
                        "knots": [
                            {
                                "knotPosition": [-1980, 0, 0],
                                "nextHandlerPosition": [-1760, 0, 0],
                                "previousDensity": 3,
                                "nextDensity": 3
                            },
                            {
                                "knotPosition": [-1320, 0, 0],
                                "previousHandlerPosition": [-1540, 0, 0],
                                "nextHandlerPosition": [-1100, 0, 0],
                                "previousDensity": 3,
                                "nextDensity": 3
                            },
                            {
                                "knotPosition": [-660, 0, 0],
                                "previousHandlerPosition": [-880, 0, 0],
                                "nextHandlerPosition": [-440, 0, 0],
                                "previousDensity": 3,
                                "nextDensity": 3
                            },
                            {
                                "knotPosition": [0, 0, 350],
                                "previousHandlerPosition": [-220, 0, 350],
                                "nextHandlerPosition": [220, 0, 350],
                                "previousDensity": 3,
                                "nextDensity": 3
                            },
                            {
                                "knotPosition": [660, 0, 0],
                                "previousHandlerPosition": [440, 0, 0],
                                "nextHandlerPosition": [880, 0, 0],
                                "previousDensity": 3,
                                "nextDensity": 3
                            },
                            {
                                "knotPosition": [1320, 0, 0],
                                "previousHandlerPosition": [1100, 0, 0],
                                "nextHandlerPosition": [1540, 0, 0],
                                "previousDensity": 3,
                                "nextDensity": 3
                            },
                            {
                                "knotPosition": [1980, 0, 0],
                                "previousHandlerPosition": [1760, 0, 0],
                                "previousDensity": 3,
                                "nextDensity": 3
                            }
                        ],
                        "units": {}
                    }
                ],
                "elementsBoundingSphereRadius": 700
            },
            "bindings": {
                "objects": {
                    "boundObject": {"@": "searchResultsController"},
                    "boundObjectPropertyPath": "content",
                    "oneway": true
                }
            }
        }
    }
    </script>

    <style>
        .montage-google-picasa-carousel {
            width: 100%;
            height: 100%;
        	display: -webkit-box;
        	-webkit-box-pack: center;
        	-webkit-box-align: center;
        	display: -moz-box;
        	-moz-box-pack: center;
        	-moz-box-align: center;
        	display: -ms-box;
        	-ms-box-pack: center;
        	-ms-box-align: center;
        	display: box;
        	box-pack: center;
        	box-align: center;
            -webkit-transform-style: preserve-3d;
        }

        .montage-google-picasa-carousel .flow {
            width: 100%;
            height: 100%;
        /*            top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
        */
            /*background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#bbb));*/
            -webkit-transform-style: preserve-3d;
            -webkit-perspective: 1400px;
        }
        .image {
            position: absolute;
            /*-top: 50%;*/
            -webkit-box-shadow: 0 0 35px rgba(0,0,0,.5);
        }

        .montage-google-picasa-carousel .flow .montage-flow-repetition {
            margin: 10% 0;
        }

    </style>

</head>
<body>

    <div data-montage-id="montage-google-picasa-carousel" class="montage-google-picasa-carousel">
        <div data-montage-id="flow" class="flow">
            <img data-montage-id="image" class="image"/>
        </div>
    </div>

</body>
</html>