我在加载页面时加载了wow.js元素,但是当我使用fadeoutright动画向下滚动时,我需要隐藏这些元素
CompletionStage<List<Category>> stage = QueryExecutionUtils.queryAll(client, CategoryQuery.of().byName(Locale.ENGLISH, "cat1"));
final CompletableFuture<List<Category>> result = stage.toCompletableFuture();
return result.get().get(0);