-
## Version
2.1.2
## Reproduction
Sometimes, dangling semicolon in a rule-set with a single declaration is causing complete break of styles. Every time this issue occurred, the only differ…
-
The version of Keyframes imported from Gradle doesn't include support for the OPACITY constant as well as some other features (namely pausing and resuming an animation). When I import keyframes direct…
-
Because 2018 is coming, whether we want it to or not.
-
Hi, thanks for the awesome project.
I was wondering if you're planning to publish a new release anytime soon, including opacity, seek & resume functionality for Android.
I wanted to use the [react-n…
-
I'm trying to attach intro / exit transitions to my modals but have some difficulties. I'm only able to use onOpen to determine whether a Modal is active (and connecting that info to a redux store app…
-
GenericDraweeHierarchyBuilder builder =
new GenericDraweeHierarchyBuilder(getResources());
GenericDraweeHierarchy hierarchy = builder
.setFadeDuration(300)
.setPlaceholderImage(new MyCusto…
-
Hi guys! Now that Alpha2 is out, I'm using a GitHub issue to communicate our current plans for beta.
The tentative date is November 20th. This is the **last chance** to get work, features, improvem…
reduz updated
6 years ago
-
Hi,
I'm using google chrome. I exported files from Codepen. I uploaded them to Github and tried to view them as a page here. I can't seem to get my CSS to link to the HTML. I even tried copyin…
-
react-router's `` component and react-modal2's `` component accept additional classNames via separate properties. e.g. `` accepts `activeClassName` and `` accepts `backdropClassName` and `modalClassN…
-
Maybe we can leverage the virtual dom from react to get:
1) Closer to production
2) Offload more advanced memory management (dom/events)
3) Get performance improvements