Jeremy TRUFIER

Results 39 comments of Jeremy TRUFIER

Any news regarding this issue, did you have some free time to take a look ? Transform is the main element for animation and no transform is working anymore. v2...

It still did not work on the master branch :/ I was using this one. It seems to work with "translateX" alone, but then gpu acceleration with translateZ is not...

I red everything, however I'm pretty sure `transform: translateX(50px)` is valid CSS (https://developer.mozilla.org/fr/docs/Web/CSS/transform-function/translateX), you misread me, I'm not talking about the old `transformX` ;) However those https://github.com/julianshapiro/velocity/blob/master/src-ui/specials/rollIn.ts does not work,...

To help your debugging: Working: ``` Velocity 'registerSequence', 'slideInLeftBig', duration: 800 '0%': transform: 'translateX(-75px) translateY(-75px) translateZ(1px)', opacity: '0', display: 'block' '100%': transform: 'translateX(0) translateY(0) translateZ(0)', opacity: '1', display: 'block' ```...

That is a critical issue that should be handled really fast, plus it's a really quick thing to fix !!

Yes, if you use `nativescript@next`, potentially with `tns-android@next`, you will not have the issue.

This is a must have ! A lot of people are asking for that, and to be able to add PTR too. EDIT: PTR is possible in the IP list...

Use cases : * Whitelisting IP => necessary for security and restrictions, some services are requiring IPs of the server, which can not be done here * Mail sending =>...

It's an important feature, the dayView is kind of unusable right now... On the same matter, it should also be possible to limit the dayView to a specific range (ex:...

This issue seems to be important, we also have the same problem on iOS 14.2, and need a fix quite urgentely