Skip to content

Commit 9a55938

Browse files
committed
published v1.0.0, removed css folder
1 parent 4017106 commit 9a55938

File tree

9 files changed

+91
-2981
lines changed

9 files changed

+91
-2981
lines changed

Source/demo/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ function applyEffect(selector, options = {}) {
163163

164164

165165
function clearEffect(element) {
166+
is_pressed = false
166167
element.el.style.backgroundImage = element.oriBg
167168
}
168169

Source/dist/css/fluent-reveal-effect.css

Lines changed: 0 additions & 309 deletions
This file was deleted.

Source/dist/js/fluent-reveal-effect.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@
6767
/* 0 */
6868
/***/ (function(module, exports, __webpack_require__) {
6969

70-
__webpack_require__(1);
71-
module.exports = __webpack_require__(4);
70+
module.exports = __webpack_require__(1);
7271

7372

7473
/***/ }),
@@ -139,6 +138,7 @@ function applyEffect(selector, options = {}) {
139138

140139

141140
function clearEffect(element) {
141+
is_pressed = false
142142
element.el.style.backgroundImage = element.oriBg
143143
}
144144

@@ -371,11 +371,5 @@ function isIntersected(element, cursor_x, cursor_y, gradientSize) {
371371
module.exports = { preProcessElements, getOffset, drawEffect, isIntersected };
372372

373373

374-
/***/ }),
375-
/* 4 */
376-
/***/ (function(module, exports) {
377-
378-
// removed by extract-text-webpack-plugin
379-
380374
/***/ })
381375
/******/ ]);

0 commit comments

Comments
 (0)