-
# 🐛 bug report
So maybe I'm just retarded, but your bundler isn't actually deduplicating included assets.
## 🎛 Configuration (.babelrc, package.json, cli command)
Steps to reproduce:
1. Make…
-
I just want to set TweenMax.to($element, 0.5, {x: 200}), but restrict to use CSS3 transition.
Also sometimes I want to use only transitions or left/top instead transform.
Can I set this in TweenMax …
-
**Stencil version:**
```
@stencil/core@0.7.24
```
**I'm submitting a:**
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of…
-
Bundling parts of GSAP (e.g. `TweenLite.js`) fails if done in multiple webpack entry points:
```javascript
// in entry point A
import TweenLiteA from 'gsap/TweenLite'
// in entry point B
impo…
loilo updated
6 years ago
-
Hey there!!! I'm Sean one of the maintainers of webpack. After learning an infinite amount of new information about how to use the gsap suite from @sdras, and I now want to make it incredibly performa…
-
Hi
I upgraded to and am running latest **VDS 3.5.2** and when I run `npm run build:system` I get the stated error.
> ERROR in system/system.js from UglifyJs Unexpected token: punc (() [system/sy…
-
1. Get functionality for anchor tags in React Router.
2. Add anchor tags and listeners to Header NavItems.
3. Import GSAP or other animation library to ease scrolling.
-
Hi!
First of all, congrat for this awesome library. It´s amazing! Great performance, easy to use, and very lightweight. I come from GSAP, and for the tiny size this baby makes magic, really.
I hav…
-
Hi Julian!
I am writing AnimeJS plugin for ScrollMagic, and when user scrolls up (reverse) animation must play backwards. So I am looking for a way to reverse properties, e.g. if opacity: 0, reverse …
-
Hello!
Fantastic library overall! I've had to learn it over the past 24hrs to replicate some desired behavior from an archaic example website. I've been able to produce most of the functionality at t…