12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
-
-
-
-
-
-
- // dev_mv(retx[k].$container,".i"+vloc,animation_flag)
- // dev_mv("#localVideoContainer",`.vid_container[data-corner="c2"]`,3)
-
-
-
-
-
-
-
- function fs_grid_calc(){
- // $("span.videocontainer")
- // dev_mv("#localVideoContainer",`.vid_container[data-corner="c2"]`,3)
- // clog("filmstrip_style_calc:fs_grid_calc",$(".fs_container"))
- $(".fs_container").css({
- // "--v_gtc":5,
- // "--v_gtr":2,
- // "--v_gtr":,
- // "--v_gtr2":"??",
- })
- var fs = $(".fs_container")
- var fs_node = fs[0]
- if (!fs_node){
- return
- }
-
- var o = fs_node.children
- if (fs){
- // fs.dataset.c_len
-
- if (o.length == 1){
-
- fs_node.dataset.c_len = 1
- } else if (o.length == 2){
-
- fs_node.dataset.c_len = 2
-
- } else if (o.length == 3){
- fs_node.dataset.c_len = 3
-
- } else if (o.length > 3){
- fs_node.dataset.c_len = "3g"
-
- }
-
- }
- $(".local_corner_vcc_dev2").removeClass("local_corner_vcc_dev2")
- // $(".local_corner_vcc").addClass("local_corner_vcc_dev2")
- }
-
-
- function post_style_calc(o) {
- // clog("post_style_calc")
- // rs_cb($("span.videocontainer"))
- }
- function pre_style_calc_grid(o) {
- // dev_mv("#localVideoContainer",`.vid_container[data-corner="c2"]`,3)
-
- }
-
- // glob_u.cb.ord_v1.FS.reg_cb("pre:style_calc")
- // reg_fs_cb(pre_style_calc_grid,"pre:style_calc","pre_style_calc_grid")
- reg_fs_cb(fs_grid_calc,"style_calc","pre_style_calc_grid")
- reg_fs_cb(post_style_calc,"post:style_calc","mv_vids_cb")
-
- // reg_fs_cb(fs_grid_calc,"pre:style_calc","pre_style_calc_grid",101,"r")
- reg_fs_cb(fs_grid_calc,"pre:style_calc","pre_style_calc_grid",10)
- // glob_u.cb.ord_v1.reg_cb(fs_grid_calc,"filmstrip_style_calc","fs_grid_calc",101)
-
-
- glob_u.cb.ord_v1.reg_cb(fs_grid_calc,"filmstrip_style_calc","fs_grid_calc",99)
- glob_u.cb.ord_v1.reg_cb(fs_grid_calc,"filmstrip_style_calc","fs_grid_calc",101,"r")
-
- // glob_u.cb.ord_v1.reg_cb(fs_grid_calc,"filmstrip_style_calc","fs_grid_calc",101)
|