transform
Here are 441 public repositories matching this topic...
Smooth scrolling, rotation, pull to refresh, page transition and any motion for the web - 丝般顺滑的触摸运动方案
-
Updated
Jan 6, 2020 - JavaScript
Android 动画各种实现,包括帧动画、补间动画和属性动画的总结分享
-
Updated
May 31, 2020 - Java
用于快速找到高耗时方法,定位解决Android App卡顿问题。通过gradle plugin+ASM实现可配置范围的方法插桩来统计所有方法的耗时,并提供友好的界面展示,支持耗时筛选、线程筛选、方法名筛选等。(A Tool for Discovering High Time-consuming Methods for Android App)
-
Updated
Feb 9, 2020 - Kotlin
I like this library :)
But I'd like to request the feature to inverse the arrow key direction for panning.
Was able to workaround it myself but could be nice to just pass it as an option.
I made a jsfiddle to show my use case.
Drag the blue circle to the bottom right corner, click the image to activate it and position it inside the container with the arrow
-
Updated
Feb 15, 2018 - JavaScript
A JS library written in TS to transform sequences of data from format to another
-
Updated
Apr 18, 2020 - TypeScript
How about some instructions on using your software? Some, ANY kind of instructions. It looks like you put a good bit of time into this so some decent instructions would be awesome please...
camaro is an utility to transform XML to JSON, using Node.js binding to native XML parser pugixml, one of the fastest XML parser around.
-
Updated
Jun 4, 2020 - JavaScript
It's not clear fromt he current documentation the operator precedence (pipe, logical, arithmetic, etc)
I would be great to have a documentation page backed by tests on query-tests.yaml.
-
Updated
May 28, 2018 - JavaScript
A serverless architecture for orchestrating ETL jobs in arbitrarily-complex workflows using AWS Step Functions and AWS Lambda.
-
Updated
Dec 28, 2019 - Python
Object transformer
-
Updated
Dec 21, 2015 - JavaScript
Current documentation inside README.md contains the following example code:
persistStore(store, {
transforms: [
saveSubsetFilter,
saveSubsetBlacklistFilter,
loadSubsetFilter,
saveAndloadSubsetFilter,
]
});Using this with redux-persist in version 5.9.1 results in thrown error-message:
`redux-persist: invalid option passed to persistStore: "transf
Javascript isomorphic 2D affine transformations written in ES6 syntax. Manipulate transformation matrices with this totally tested library!
-
Updated
Jun 1, 2020 - JavaScript
There has been the adoption of options.plugins in a couple of the transforms, which allows the loading of additional functionality. What other standards could we introduce?
Thoughts on some of the following?
options.partials- Associative array of partial name -> fn representing available partialsoptions.includePaths- Array of paths to search when including files- `options.filen
Use Sass to style your React Native apps.
-
Updated
Mar 17, 2020 - JavaScript
# src/page.ts
import(/* webpackChunkName: "Some" */ "../pages/Some")
Without typescript-transform-paths, this correctly transpiles to the exactly same JS code, the comments remained.
With typescript-transform-paths, it transpiles to:
# dist/page.js
import("../pages/Some")
I.e. the plugin removes comments even when removeComments=false in tsconfig.json's compilerOp
Improve this page
Add a description, image, and links to the transform topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transform topic, visit your repo's landing page and select "manage topics."


How to duplicate: https://jsfiddle.net/9vcytj2b/
Scroll up and down, you'll see that the header text and the footer text keeps animating.
resetis set tofalseby default so this should not happen. Usingcleanup: truemake it works, but is not friendly when you usesync().It works as expected when you comment out the
afterRevealcallbacks: https://jsfiddle.net/jxcnb2wp/The fac