tweenx icon indicating copy to clipboard operation
tweenx copied to clipboard

Cross platform tween library for Haxe

Results 8 tweenx issues
Sort by recently updated
recently updated
newest added

Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.3.4 to 3.5.1. Release notes Sourced from redcarpet's releases. Redcarpet v3.5.1 Fix a security vulnerability using :quote in combination with the :escape_html option. Reported by Johan Smits....

dependencies

Bumps [jekyll](https://github.com/jekyll/jekyll) from 3.2.1 to 3.6.3. Release notes Sourced from jekyll's releases. v3.6.2 Development Fixes Update Rubocop to 0.51.0 (#6444) Add test for layout as string (#6445) Bug Fixes Problematic...

dependencies

Bumps [ffi](https://github.com/ffi/ffi) from 1.9.14 to 1.13.1. Changelog Sourced from ffi's changelog. 1.13.1 / 2020-06-09 Changed: Revert use of ucrtbase.dll as default C library on Windows-MINGW. ucrtbase.dll is still used on...

dependencies

``` haxe typedef Holder = { twen: Float } abstract AbstractHolder( Holder ) from Holder to Holder { public var tweenParam(get, set) : Float; function get_tweenParam() return this.twen.; function set_tweenParam(...

Is there any particular reason why TweenX.func is created with autoPlay = false? This method is perfect candidate to use it like timer, but in the case of disabled autoPlay...

would it be a performance issue if we use ``` Reflect.setProperty( o, key, value ); instead of untyped o[ key ] = value; ``` for flash target ? because i...

Bumps [asciidoctor](https://github.com/asciidoctor/asciidoctor) from 1.5.5 to 1.5.8. Release notes Sourced from asciidoctor's releases. v1.5.8 Summary This release was made possible by support from our Change Maker sponsor, Okta. According to the...

dependencies
ruby