|
|
|
|
|
by ohaal
4055 days ago
|
|
Seems the latency is somewhat intentional in some of the examples as they make use of the "delay" feature of the plugin: http://jquerymy.com/api.html#CW-delayed-bi See for instance the code of the map: ui: { //The loupe itself
"#loupe":{
recalc:"#json",
delay:1,
...
or Bézier Curve: {
id:"en.Bezier",
params: {delay:10},
...
|
|