This website requires JavaScript.
Explore
Help
Register
Sign In
javascript
/
NativeScript
Watch
1
Star
0
Fork
0
You've already forked NativeScript
mirror of
https://github.com/NativeScript/NativeScript.git
synced
2025-11-05 13:26:48 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
20bf5b77cd2bf3e0f30ca5dca0774962decefded
NativeScript
/
tns-core-modules
/
ui
/
core
/
view
History
Panayot Cankov
078bd48909
Scaling to zero should be avoided in iOS as the underlying system won't be able to decompose the resulting affine matrix, but in cases of 0 we were setting it to 1, we will now set it to 1e-6.
2017-04-12 10:30:53 +03:00
..
package.json
No more ambient modules for tns-core-modules/* subpackages.
2017-03-07 17:59:02 +02:00
view-common.ts
NativeView recycled for android
2017-03-28 18:08:59 +03:00
view.android.ts
Animations were always played as keyframes and kept overriding the local values. Android setAlpha has deprecated int overload, now it is guided to use the float one. Android background color was animated using css values instead of local or the keyframe one.
2017-04-06 14:50:40 +03:00
view.d.ts
NativeView recycled for android
2017-03-28 18:08:59 +03:00
view.ios.ts
Scaling to zero should be avoided in iOS as the underlying system won't be able to decompose the resulting affine matrix, but in cases of 0 we were setting it to 1, we will now set it to 1e-6.
2017-04-12 10:30:53 +03:00