TremulaJS icon indicating copy to clipboard operation
TremulaJS copied to clipboard

TremulaJS: Picture Streams + Momentum Engine + Bézier Paths + Multi-Device

Results 11 TremulaJS issues
Sort by recently updated
recently updated
newest added

I am experimenting with the Pinterest style layout. I also have a website navigation header and footer, horizontal/vertical layout switcher. Scrolling is locked over tremula container, and looks like I...

Is there a way not to have the scroll bounce effect when reaching the end of the scroll?

Hi, I found your framework very useful and perspective. It would be really cool if you create angular show case so that component works as a directive with jqLite and...

enhancement

This is another common question I've gotten on twitter. Here is a quick response... Look in the gh-pages-demo directory and look at tremulaAdapters.js file.   On line 15, see the template...

Hello, I wanted to be able to trigger a "tremulaItemSelect" and not only listen to that event. Is it possible? I've tried using Grid.getLastSelected() and Grid.getClosestScrollOriginObj() but neither seem to...

It seems if the width of the window is too small, then the bounce back effect doesn't scroll far enough to show the edge of the content. It still does...

Hi, Since i saw there is a console.log on event.click I was wondering if there is any plan to expand the picture on click.

`Uncaught TypeError: Cannot read property 'stopDetect' of undefined` when dragging, in ``` json "jquery": "~1.7.1", "tremulajs": "~1.2.4", "hammer.js": "~2.0.4", "jsbezier": "*" ``` ``` js switch(ev.type) { case 'mousewheel': case 'DOMMouseScroll':...

When using Tremula with the Pinterest layout in Chrome I get blurry text/content in grid items. Seems to be related to it's sub-pixel positioning. (ie. transform: translate3d(63.5px, 176.952176112737px, 0px); )....